Flush notifications after templating configs
This commit is contained in:
parent
14e33ecc87
commit
1ed6bd0ccb
@ -69,6 +69,8 @@
|
|||||||
loop: '{{ ensure_log_rotation.template_list }}'
|
loop: '{{ ensure_log_rotation.template_list }}'
|
||||||
loop_control:
|
loop_control:
|
||||||
label: '{{ item.dest }}'
|
label: '{{ item.dest }}'
|
||||||
|
- 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