diff options
| author | Tim Bielawa <tbielawa@redhat.com> | 2016-08-29 12:42:07 -0700 | 
|---|---|---|
| committer | Tim Bielawa <tbielawa@redhat.com> | 2016-08-29 12:42:10 -0700 | 
| commit | af86f875d9e3c1e468d53a13517f733efca9d439 (patch) | |
| tree | 9b54d2cd4169b82ddeaf88f402236b4beeb92bcb | |
| parent | e9123c420fd80ab48b7b98c9ab8494df3fa69a5d (diff) | |
Don't attempt to create retry files
Closes #2283
| -rw-r--r-- | utils/etc/ansible.cfg | 3 | 
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 | 
