From: Sébastien Han Date: Tue, 16 May 2017 12:39:03 +0000 (+0200) Subject: ansible: fix control path line X-Git-Tag: v2.2.6~5^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=29b0c846f1bf7e866622805aca16ee330090dce1;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 (cherry picked from commit 9f2c21972debca9e0dc5bcc19bc5fce0f5c4c471) Signed-off-by: Guillaume Abrioux --- diff --git a/ansible.cfg b/ansible.cfg index b989d6acb..94e7d5275 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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