From 122bacf66baa27eef4a4f52b347b0ffd7b0f5ccf Mon Sep 17 00:00:00 2001 From: Steve Brasier Date: Fri, 20 Oct 2023 08:52:25 +0000 Subject: [PATCH] wip: debug ssh --- ansible/fatimage.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/fatimage.yml b/ansible/fatimage.yml index 7f06923d5..900289008 100644 --- a/ansible/fatimage.yml +++ b/ansible/fatimage.yml @@ -1,5 +1,10 @@ # Builder version of site.yml just installing binaries +- name: debug ssh + command: + cmd: "ssh {{ ansible_ssh_common_args }} {{ ansible_user}}@{{ ansible_host }} hostname" + delegate_to: localhost + - name: Run pre.yml hook vars: appliances_environment_root: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}"