mirror of https://github.com/ansible/ansible.git
Fix C.ANSIBLE_SSH_CONTROL_PATH string interpolation
Since C.ANSIBLE_SSH_CONTROL_PATH use the old format
( "%{directory}" ), we need to use the % operator
and not the format method, at least for python 2.
pull/10770/head
parent
5d446bbd5b
commit
cd25e0fba0
Loading…
Reference in New Issue