From 7a8e866a461f6f90b1f924c41517df5d49bcd64d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 2 Feb 2016 20:51:33 +0000 Subject: [PATCH] Lets not bother with retry files. We don't use them and they just clutter things. --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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