From 77b3a4b5c60ec92301e4de60a0c8300814d62187 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 18 Apr 2018 01:21:44 +0100 Subject: [PATCH] Disable retry files --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 20676c25..dc595a71 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] nocows = 1 +retry_files_enabled = False