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