Prevent multiple service restarts
This commit is contained in:
parent
580805bc34
commit
186ac87325
@ -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 variables'
|
- name: 'include variables'
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
@ -63,8 +61,6 @@
|
|||||||
notify:
|
notify:
|
||||||
- 'ensure_os_patch.package_facts'
|
- 'ensure_os_patch.package_facts'
|
||||||
- 'ensure_os_patch.service_facts'
|
- 'ensure_os_patch.service_facts'
|
||||||
- name: 'flush handlers'
|
|
||||||
meta: 'flush_handlers'
|
|
||||||
- name: 'ensure Debian patch'
|
- name: 'ensure Debian patch'
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
@ -76,8 +72,6 @@
|
|||||||
notify:
|
notify:
|
||||||
- 'ensure_os_patch.package_facts'
|
- 'ensure_os_patch.package_facts'
|
||||||
- 'ensure_os_patch.service_facts'
|
- 'ensure_os_patch.service_facts'
|
||||||
- name: 'flush handlers'
|
|
||||||
meta: 'flush_handlers'
|
|
||||||
- name: 'ensure services'
|
- name: 'ensure services'
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user