Ne pas créer de fichier recette.retry (ça sert à rien)

This commit is contained in:
southerntofu 2020-04-15 14:03:36 +00:00
parent 90deae7d11
commit 5918b84242
1 changed files with 1 additions and 1 deletions

View File

@ -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