We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7def8dc commit c258b1fCopy full SHA for c258b1f
environments/skeleton/{{cookiecutter.environment}}/ansible.cfg
@@ -11,5 +11,5 @@ roles_path = ../../ansible/roles
11
filter_plugins = ../../ansible/filter_plugins
12
13
[ssh_connection]
14
-ssh_args = -o ControlMaster=auto ControlPath=~/.ssh/%r@%h-%p -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
+ssh_args = -o ControlMaster=auto -o ControlPath=~/.ssh/%r@%h-%p -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
15
pipelining = True
0 commit comments