Skip to content

Commit

Permalink
added debug for test
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Nov 20, 2023
1 parent c60575a commit f1d2565
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---

- name: debug ansible_machine
ansible.builtin.debug:
var: ansible_machine

- name: Check OS version and family
ansible.builtin.fail:
msg: "This role can only be run against Ubuntu 22. {{ ansible_facts.distribution }} {{ ansible_facts.distribution_major_version }} is not supported."
Expand Down

0 comments on commit f1d2565

Please sign in to comment.