diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index d735404332..abf4d70766 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -172,7 +172,7 @@ filter_plugins = {{ ansible_base }}/ansible/filter_plugins:/usr/share/ansibl # 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_enabled = False #retry_files_save_path = ~/.ansible-retry