Prevent multiple service restarts

This commit is contained in:
Jason Rothstein 2021-07-25 03:52:24 +00:00
parent 7fea879a4a
commit 6efa88ec08

View File

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