Skip to content

Commit

Permalink
wip: debug ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Oct 20, 2023
1 parent 089d85c commit 122bacf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/fatimage.yml
Original file line number Diff line number Diff line change
@@ -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') }}"
Expand Down

0 comments on commit 122bacf

Please sign in to comment.