Do not create .retry for playbooks
This commit is contained in:
parent
9c5d1c2e58
commit
bf8637f160
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue