From 17702b139686ee4fb428cffd326f11c4d13fa52e Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Sun, 15 Sep 2024 03:00:16 +0300 Subject: [PATCH] add git_version --- playbook.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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: |