From 5918b84242b233b6aac0e2a4032d95b8cdeb5a5a Mon Sep 17 00:00:00 2001 From: southerntofu Date: Wed, 15 Apr 2020 14:03:36 +0000 Subject: [PATCH] =?UTF-8?q?Ne=20pas=20cr=C3=A9er=20de=20fichier=20recette.?= =?UTF-8?q?retry=20(=C3=A7a=20sert=20=C3=A0=20rien)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 7d62039..6f9de5d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -CMD="ansible-playbook -i hosts recette.yml" +CMD="ANSIBLE_RETRY_FILES_ENABLED=0 ansible-playbook -i hosts recette.yml" for arg in "$@"; do if [[ $arg = "local" ]]; then