From 03e2986f7bf47422640a80f2dfd9bb8234ed0a15 Mon Sep 17 00:00:00 2001 From: Gregor Michels Date: Wed, 28 Sep 2022 00:49:10 +0200 Subject: [PATCH] playbook_create_ssh_config: fix indentation of 'ProxyJump' --- playbook_create_ssh_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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