This commit is contained in:
2023-06-13 09:40:44 +02:00
parent dfeada2d51
commit 3841a0819d

View File

@@ -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'] }}"