diff options
Diffstat (limited to 'resources/roles/qtip-workspace/files/copy/templates/ssh.cfg')
-rw-r--r-- | resources/roles/qtip-workspace/files/copy/templates/ssh.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/roles/qtip-workspace/files/copy/templates/ssh.cfg b/resources/roles/qtip-workspace/files/copy/templates/ssh.cfg index d6a266ba..6c8968d3 100644 --- a/resources/roles/qtip-workspace/files/copy/templates/ssh.cfg +++ b/resources/roles/qtip-workspace/files/copy/templates/ssh.cfg @@ -9,6 +9,6 @@ Host {{ name }} HostName {{ host.ansible_ssh_host }} User root - ProxyCommand ssh -o 'ForwardAgent yes' {{ installer_master }} 'ssh-add && nc %h %p' + ProxyCommand ssh -o 'ForwardAgent yes' {{ installer_master_host }} 'ssh-add && nc %h %p' {% endfor %} |