diff options
author | Steve Milner <smilner@redhat.com> | 2017-06-13 12:18:24 -0400 |
---|---|---|
committer | Steve Milner <smilner@redhat.com> | 2017-06-13 12:18:24 -0400 |
commit | e879b7f4cee68b241f4b2c8675513afcdc667957 (patch) | |
tree | 38c527fda15770d17c83cfa70bcc7483f0431386 | |
parent | e768cf9420b967527d0e7b2323aedc131c9a27a6 (diff) | |
download | openshift-e879b7f4cee68b241f4b2c8675513afcdc667957.tar.gz openshift-e879b7f4cee68b241f4b2c8675513afcdc667957.tar.bz2 openshift-e879b7f4cee68b241f4b2c8675513afcdc667957.tar.xz openshift-e879b7f4cee68b241f4b2c8675513afcdc667957.zip |
Set ansible retry file location
-rw-r--r-- | ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
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 |