Setup default handlers to gather facts

This commit is contained in:
Jason Rothstein 2021-03-28 04:11:57 +00:00
parent f0c6d3fc6d
commit 5e26955b10

View File

@ -1,2 +1,6 @@
---
# 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: