From 8334e5d55ac232915c8f73c2b50da2bf3dd95f6b Mon Sep 17 00:00:00 2001 From: raimund Date: Sun, 19 May 2024 14:10:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eget=5Ffacts.yml=E2=80=9C=20hinzuf?= =?UTF-8?q?=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_facts.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 get_facts.yml diff --git a/get_facts.yml b/get_facts.yml new file mode 100644 index 0000000..46b0e65 --- /dev/null +++ b/get_facts.yml @@ -0,0 +1,3 @@ +--- +- hosts: all + gather_facts: true \ No newline at end of file