Prevent multiple service restarts

This commit is contained in:
Jason Rothstein 2021-07-25 03:49:51 +00:00
parent d006eab017
commit ee149db9f3

View File

@ -68,8 +68,6 @@
notify:
- 'ensure_docker.package_facts'
- 'ensure_docker.service_facts'
- name: 'flush handlers'
meta: 'flush_handlers'
- name: 'ensure services'
when:
- ansible_system == 'Linux'
@ -108,3 +106,4 @@
reboot:
- name: 'flush handlers'
meta: 'flush_handlers'