]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ansible: fix control path line
authorSébastien Han <seb@redhat.com>
Tue, 16 May 2017 12:39:03 +0000 (14:39 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 16 May 2017 12:39:03 +0000 (14:39 +0200)
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 <seb@redhat.com>
ansible.cfg

index 8b8868cc6f3c57827fb49183e2ecaa26eb9d457c..94e7d5275af36061a7946bcd13b4c62a9ea334b5 100644 (file)
@@ -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