From: Sébastien Han Date: Tue, 16 May 2017 12:39:03 +0000 (+0200) Subject: ansible: fix control path line X-Git-Tag: v2.3.0rc1~9^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9f2c21972debca9e0dc5bcc19bc5fce0f5c4c471;p=ceph-ansible.git ansible: fix control path line If the comment is put after the line then it is interpreted so we need to move it before and have a dedicated line. Signed-off-by: Sébastien Han --- diff --git a/ansible.cfg b/ansible.cfg index 8b8868cc6..94e7d5275 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,4 +6,5 @@ roles_path = ./roles log_path = /var/log/ansible.log [ssh_connection] -control_path = %(directory)s/%%h-%%r # see: https://github.com/ansible/ansible/issues/11536 +# see: https://github.com/ansible/ansible/issues/11536 +control_path = %(directory)s/%%h-%%r