From cc6ef390fafcfae84214c7b9647d82281017849e Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 17 Nov 2019 21:01:24 -0600 Subject: [PATCH] Fact Gather test --- test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test.yml diff --git a/test.yml b/test.yml new file mode 100644 index 0000000..f6c99d4 --- /dev/null +++ b/test.yml @@ -0,0 +1,8 @@ +--- +- name: 'all' + hosts: 'all' + gather_facts: 'yes' + tasks: + package_facts: + service_facts: +