diff --git a/tasks/main.yml b/tasks/main.yml index 405a990..a797cd0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -69,6 +69,8 @@ loop: '{{ ensure_log_rotation.template_list }}' loop_control: label: '{{ item.dest }}' +- name: 'flush handlers' + meta: 'flush_handlers' - name: 'ensure services' when: - ansible_system == 'Linux'