I’m using Ansible 1.9.2 on a Mac and can’t get control_path to work. Here is the excerpt from ansible.cfg:
[ssh_connection]
ssh_args = -o ControlMaster=auto -o Compression=yes -o GSSAPIAuthentication=no -o ControlPersist=1800s
control_path = ssh_control_path/ansible-ssh-%%h-%%p-%%r
Verbose output when running ansible does not indicate any of the args are being taken. I’m not quite sure what the issue is and am wondering if anyone can help.