diff --git a/ansible.cfg b/ansible.cfg index 8651c7b..c71d5e5 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,6 +3,7 @@ ansible_managed = This file is managed by ansible, do not make manual changes - inventory = ./hosts nocows = 1 remote_user = root +retry_files_enabled = False roles_path = ./roles vault_password_file = ./.vault_pass # Use the YAML callback plugin.