From 5e26955b105aacd1e45abec35e2efb45259402e1 Mon Sep 17 00:00:00 2001 From: jmrothst Date: Sun, 28 Mar 2021 04:11:57 +0000 Subject: [PATCH] Setup default handlers to gather facts --- handlers/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index d7140f4..659d0f5 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,2 +1,6 @@ --- -# handlers file for ensure_os_upgrade \ No newline at end of file +# handlers file for ensure_os_upgrade +- name: 'ensure_os_upgrade.package_facts' + ansible.builtin.package_facts: +- name: 'ensure_os_upgrade.service_facts' + ansible.builtin.service_facts: \ No newline at end of file