mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1573 from duritong/master-control_path-port
keep port as part of the control pathpull/1603/head
commit
f5c2d3de9c
|
@ -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-%%p
|
||||
|
|
Loading…
Reference in New Issue