Skip to content

Commit

Permalink
ansible: shorten default control_path
Browse files Browse the repository at this point in the history
Default ansible control_path option is too long, so we shorten it by
changing the ansible.cfg file.

For more info see: ansible/ansible#11536
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1447569

Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit 0e931d2)
Signed-off-by: Sébastien Han <seb@redhat.com>
  • Loading branch information
leseb committed May 22, 2017
1 parent 2b7c418 commit 892b226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ log_path = /var/log/ansible.log

[ssh_connection]
# see: https://github.com/ansible/ansible/issues/11536
control_path = %(directory)s/%%h-%%r
control_path = %(directory)s/%%h-%%r # see: https://github.com/ansible/ansible/issues/11536

0 comments on commit 892b226

Please sign in to comment.