diff --git a/playbook.yml b/playbook.yml index e4df7be..40bddaf 100644 --- a/playbook.yml +++ b/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: |