Flush notifications after templating configs

This commit is contained in:
Jason Rothstein 2021-07-21 02:42:35 +00:00
parent 14e33ecc87
commit 1ed6bd0ccb

View File

@ -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'