diff options
-rw-r--r-- | ansible.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg index f9af32d..a8518f7 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] -inventory = ./hosts
\ No newline at end of file +inventory = ./hosts +retry_files_enabled = False
\ No newline at end of file |