From a8bcddc76fe96639a5cb0b80b63fdc0091305947 Mon Sep 17 00:00:00 2001 From: raimund Date: Sun, 19 May 2024 14:14:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eget=5Ffacts.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_facts.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/get_facts.yml b/get_facts.yml index 46b0e65..a547265 100644 --- a/get_facts.yml +++ b/get_facts.yml @@ -1,3 +1,6 @@ --- - hosts: all - gather_facts: true \ No newline at end of file + gather_facts: true +tasks: + - debug: + var: ansible_facts \ No newline at end of file