add git_version
This commit is contained in:
parent
aedfc0374b
commit
17702b1396
13
playbook.yml
13
playbook.yml
@ -136,11 +136,14 @@
|
||||
args:
|
||||
executable: /bin/bash
|
||||
|
||||
- name: Clone ritual-says-gm repository
|
||||
git:
|
||||
repo: https://gitea.vvzvlad.xyz/vvzvlad/ritual-says-gm.git
|
||||
dest: ~/ritual-says-gm
|
||||
force: yes
|
||||
- name: Clone repository
|
||||
ansible.builtin.git:
|
||||
repo: https://gitea.vvzvlad.xyz/vvzvlad/ritual.git
|
||||
dest: "{{ ansible_env.HOME }}/ritual-says-gm"
|
||||
version: "{{ git_version }}"
|
||||
force: true
|
||||
async: "{{ 60 * 15 }}"
|
||||
poll: 30
|
||||
|
||||
- name: Update wallet, private key and RPC URL in project
|
||||
shell: |
|
||||
|
Loading…
Reference in New Issue
Block a user