Do not create .retry for playbooks

mail_server
Alexandre Iooss 5 years ago
parent 9c5d1c2e58
commit bf8637f160

@ -8,6 +8,9 @@ inventory = ./hosts
# Custom header in templates
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
# Do not create retry files
retry_files_enabled = False
# Do not use cows (with cowsay)
nocows = 1

Loading…
Cancel
Save