diff --git a/01_facts.yml b/01_facts.yml index 3176129..0cae302 100644 --- a/01_facts.yml +++ b/01_facts.yml @@ -6,3 +6,8 @@ - name: Debug Facts ansible.builtin.debug: msg: "{{ ansible_facts }}" + + + - name: Debug Facts Hostname - Unsafe Text + ansible.builtin.debug: + msg: "{{ ansible_facts['nodename'] }}"