Comments to explain retry_files_enabled and retry_files_save_path
This commit is contained in:
parent
f14c617084
commit
87fc5640d4
1 changed files with 4 additions and 0 deletions
|
@ -170,6 +170,10 @@ fact_caching = memory
|
|||
|
||||
|
||||
# retry files
|
||||
# When a playbook fails by default a .retry file will be created in ~/
|
||||
# You can disable this feature by setting retry_files_enabled to False
|
||||
# and you can change the location of the files by setting retry_files_save_path
|
||||
|
||||
#retry_files_enabled = False
|
||||
#retry_files_save_path = ~/.ansible-retry
|
||||
|
||||
|
|
Loading…
Reference in a new issue