From 955783d5a7be102d54640d145ac0514809aae286 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Thu, 22 Jun 2017 15:55:19 +0200 Subject: [PATCH] ansible: disable retry files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://github.com/ceph/ceph-ansible/issues/1611 Signed-off-by: Sébastien Han --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5