From e879b7f4cee68b241f4b2c8675513afcdc667957 Mon Sep 17 00:00:00 2001
From: Steve Milner <smilner@redhat.com>
Date: Tue, 13 Jun 2017 12:18:24 -0400
Subject: Set ansible retry file location

---
 ansible.cfg | 1 +
 1 file changed, 1 insertion(+)

(limited to 'ansible.cfg')

diff --git a/ansible.cfg b/ansible.cfg
index 034733684..0c74d63da 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -14,6 +14,7 @@ callback_plugins = callback_plugins/
 forks = 20
 host_key_checking = False
 retry_files_enabled = False
+retry_files_save_path = ~/ansible-installer-retries
 nocows = True
 
 # Uncomment to use the provided BYO inventory
-- 
cgit v1.2.3