diff --git a/ansible.cfg b/ansible.cfg index 5cb96f2..87169cc 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -4,6 +4,7 @@ inventory = ./hosts library = ./library nocows = 1 remote_user = root +retry_files_enabled = False roles_path = ./roles vault_password_file = ./.vault_pass