diff --git a/ansible.cfg b/ansible.cfg index 9bc4efc..51315b7 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,3 +3,4 @@ inventory = ./ansible/hosts.ini nocows = True private_key_file = .vagrant/machines/dransible/virtualbox/private_key remote_user = vagrant +retry_files_enabled = False