From 3841a0819d21b9e967831b0bc8d949b198394556 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 13 Jun 2023 09:40:44 +0200 Subject: [PATCH] fact --- 01_facts.yml | 5 +++++ 1 file changed, 5 insertions(+) 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'] }}"