From dfa6438904131a15e29bcca78afe993cf288818b Mon Sep 17 00:00:00 2001 From: Shamzic Date: Thu, 19 Sep 2024 16:05:37 +0200 Subject: [PATCH] tryfix cd --- synchronize.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synchronize.yaml b/synchronize.yaml index ee49cc8..537396d 100644 --- a/synchronize.yaml +++ b/synchronize.yaml @@ -2,6 +2,8 @@ - name: Synchronize Ops repository with server become: true hosts: all + vars: + ansible_python_interpreter: /usr/bin/python3 tasks: - name: Install continuous deployment tools ansible.builtin.apt: