]> git-server-git.apps.pok.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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 17 May 2017 13:43:39 +0000 (15:43 +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>
(cherry picked from commit 9f2c21972debca9e0dc5bcc19bc5fce0f5c4c471)
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ansible.cfg

index b989d6acb5a1279a0f165728b1b1ec78f8f8a7b7..94e7d5275af36061a7946bcd13b4c62a9ea334b5 100644 (file)
@@ -4,3 +4,7 @@ action_plugins = plugins/actions
 roles_path = ./roles
 # Be sure the user running Ansible has permissions on the logfile
 log_path = /var/log/ansible.log
+
+[ssh_connection]
+# see: https://github.com/ansible/ansible/issues/11536
+control_path = %(directory)s/%%h-%%r