From 4e58508b8e2f9fffa5b0c7d8902d909afc934434 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Mon, 28 Dec 2020 15:12:30 -0600 Subject: [PATCH] Add missing handlers --- handlers/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 13c670f..4aa5009 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,2 +1,7 @@ --- -# handlers file for ensure_sudo \ No newline at end of file +# handlers file for ensure_sudo +- name: 'ensure_sudo.package_facts' + ansible.builtin.package_facts: +- name: 'ensure_sudo.service_facts' + ansible.builtin.service_facts: +