mirror of https://github.com/ceph/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 <seb@redhat.com>pull/1528/head
parent
6892670d31
commit
9f2c21972d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue