]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ansible: disable retry files 1616/head
authorSébastien Han <seb@redhat.com>
Thu, 22 Jun 2017 13:55:19 +0000 (15:55 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 22 Jun 2017 13:56:41 +0000 (15:56 +0200)
Closes: https://github.com/ceph/ceph-ansible/issues/1611
Signed-off-by: Sébastien Han <seb@redhat.com>
ansible.cfg

index 9b0afd7f40d6393e0e50b3c8f5cb8409e78b89ef..186304e37c5571788b90ba2c11c6f34fdd717e09 100644 (file)
@@ -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