From 193b2eea286d31c82a278eeea995ef9209ae12cc Mon Sep 17 00:00:00 2001 From: raimund Date: Sun, 19 May 2024 14:16:26 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/get_facts.yml b/get_facts.yml index a547265..932a0a6 100644 --- a/get_facts.yml +++ b/get_facts.yml @@ -1,6 +1,6 @@ --- - hosts: all gather_facts: true -tasks: - - debug: - var: ansible_facts \ No newline at end of file + tasks: + - debug: + var: ansible_facts \ No newline at end of file