From 1ed6bd0ccb43a7e84da240c24824fec00c36b82d Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Wed, 21 Jul 2021 02:42:35 +0000 Subject: [PATCH] Flush notifications after templating configs --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) 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'