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
Sébastien Han 2017-05-16 14:39:03 +02:00
parent 6892670d31
commit 9f2c21972d
1 changed files with 2 additions and 1 deletions

View 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