From: Sébastien Han Date: Thu, 22 Jun 2017 13:55:19 +0000 (+0200) Subject: ansible: disable retry files X-Git-Tag: v2.3.0rc2~22^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1616%2Fhead;p=ceph-ansible.git ansible: disable retry files Closes: https://github.com/ceph/ceph-ansible/issues/1611 Signed-off-by: Sébastien Han --- diff --git a/ansible.cfg b/ansible.cfg index 9b0afd7f4..186304e37 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -8,6 +8,9 @@ roles_path = ./roles # Be sure the user running Ansible has permissions on the logfile log_path = /var/log/ansible.log +# Disable them in the context of https://review.openstack.org/#/c/469644 +retry_files_enabled = False + [ssh_connection] # see: https://github.com/ansible/ansible/issues/11536 control_path = %(directory)s/%%h-%%r-%%p