summaryrefslogtreecommitdiffstats
path: root/utils/etc
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2016-08-29 12:42:07 -0700
committerTim Bielawa <tbielawa@redhat.com>2016-08-29 12:42:10 -0700
commitaf86f875d9e3c1e468d53a13517f733efca9d439 (patch)
tree9b54d2cd4169b82ddeaf88f402236b4beeb92bcb /utils/etc
parente9123c420fd80ab48b7b98c9ab8494df3fa69a5d (diff)
downloadopenshift-af86f875d9e3c1e468d53a13517f733efca9d439.tar.gz
openshift-af86f875d9e3c1e468d53a13517f733efca9d439.tar.bz2
openshift-af86f875d9e3c1e468d53a13517f733efca9d439.tar.xz
openshift-af86f875d9e3c1e468d53a13517f733efca9d439.zip
Don't attempt to create retry files
Closes #2283
Diffstat (limited to 'utils/etc')
-rw-r--r--utils/etc/ansible.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/etc/ansible.cfg b/utils/etc/ansible.cfg
index b7376ddfc..a53ab6cb1 100644
--- a/utils/etc/ansible.cfg
+++ b/utils/etc/ansible.cfg
@@ -16,6 +16,9 @@ log_path = /tmp/ansible.log
forks = 10
host_key_checking = False
nocows = 1
+
+retry_files_enabled = False
+
# Need to handle:
# inventory - derive from OO_ANSIBLE_DIRECTORY env var
# callback_plugins - derive from pkg_resource.resource_filename