diff --git a/playbook_create_ssh_config.yml b/playbook_create_ssh_config.yml index 8e705fc..a27c735 100644 --- a/playbook_create_ssh_config.yml +++ b/playbook_create_ssh_config.yml @@ -11,9 +11,9 @@ Host {{ host }} User root Hostname {{ hostvars[host]["ip"] }} - {% if jumphost is defined and jumphost != host %} + {% if jumphost is defined and jumphost != host %} ProxyJump {{ jumphost }} - {% endif %} + {% endif %} {% endfor %} dest: ~/.ssh/ffl_eae_adp_config