Add some flushing of handlers

This commit is contained in:
Jason Rothstein 2021-07-25 03:26:39 +00:00
parent 5deaaad127
commit 7fea879a4a

View File

@ -45,6 +45,8 @@
notify: notify:
- 'ensure_os_upgrade.package_facts' - 'ensure_os_upgrade.package_facts'
- 'ensure_os_upgrade.service_facts' - 'ensure_os_upgrade.service_facts'
- name: 'flush handlers'
meta: 'flush_handlers'
- name: 'ensure services' - name: 'ensure services'
when: when:
- ansible_system == 'Linux' - ansible_system == 'Linux'
@ -61,6 +63,8 @@
notify: notify:
- 'ensure_os_upgrade.package_facts' - 'ensure_os_upgrade.package_facts'
- 'ensure_os_upgrade.service_facts' - 'ensure_os_upgrade.service_facts'
- name: 'flush handlers'
meta: 'flush_handlers'
- name: 'Ensure system-upgrade download' - name: 'Ensure system-upgrade download'
when: when:
- ansible_system == 'Linux' - ansible_system == 'Linux'