From 0a6ca05253dfb3634fb2b53954957808f79af00c Mon Sep 17 00:00:00 2001 From: Shamzic Date: Mon, 7 Oct 2024 19:44:22 +0200 Subject: [PATCH] fix: arg invalide en production - install ansible --- synchronize.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/synchronize.yaml b/synchronize.yaml index 9b4bc0c..8243446 100644 --- a/synchronize.yaml +++ b/synchronize.yaml @@ -10,7 +10,6 @@ - name: Install ansible on host ansible.builtin.pip: name: ansible - extra_args: "--break-system-packages" - name: Clone application repository ansible.builtin.git: repo: "{{ ops.repository }}"