Flush handlers triggered multiple service restarts
This commit is contained in:
		| @@ -16,8 +16,6 @@ | |||||||
|         - '{{ ansible_os_family }}-default.yml' |         - '{{ ansible_os_family }}-default.yml' | ||||||
|         - 'default.yml' |         - 'default.yml' | ||||||
|       errors: 'ignore' |       errors: 'ignore' | ||||||
| - name: 'flush handlers' |  | ||||||
|   meta: 'flush_handlers' |  | ||||||
| - name: 'include vendor / version specific variables' | - name: 'include vendor / version specific variables' | ||||||
|   when: |   when: | ||||||
|     - ansible_system == 'Linux' |     - ansible_system == 'Linux' | ||||||
| @@ -86,8 +84,6 @@ | |||||||
|   notify: |   notify: | ||||||
|     - 'ensure_ansible_prereq.package_facts' |     - 'ensure_ansible_prereq.package_facts' | ||||||
|     - 'ensure_ansible_prereq.service_facts' |     - 'ensure_ansible_prereq.service_facts' | ||||||
| - name: 'flush handlers' |  | ||||||
|   meta: 'flush_handlers' |  | ||||||
| - name: 'ensure services' | - name: 'ensure services' | ||||||
|   when: |   when: | ||||||
|     - ansible_system == 'Linux' |     - ansible_system == 'Linux' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user