playbook_create_ssh_config: fix indentation of 'ProxyJump'

replace_gw-core01
Gregor Michels 2022-09-28 00:49:10 +02:00
parent c4b282d7fb
commit 03e2986f7b
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
Host {{ host }} Host {{ host }}
User root User root
Hostname {{ hostvars[host]["ip"] }} Hostname {{ hostvars[host]["ip"] }}
{% if jumphost is defined and jumphost != host %} {% if jumphost is defined and jumphost != host %}
ProxyJump {{ jumphost }} ProxyJump {{ jumphost }}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
dest: ~/.ssh/ffl_eae_adp_config dest: ~/.ssh/ffl_eae_adp_config