Handler improvement

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2025-05-25 20:08:20 -05:00
parent bc3ffbcc22
commit 0c15c19e1a
2 changed files with 8 additions and 1 deletions

View File

@@ -68,6 +68,11 @@
loop: '{{ ensure_log_rotation.template_list }}'
loop_control:
label: '{{ item.dest }}'
notify:
- 'ensure_log_rotation.package_facts'
- 'ensure_log_rotation.service_facts'
- 'ensure_log_rotation.service_reload'
- 'ensure_log_rotation.service_restart'
- name: 'ensure services'
when:
- ansible_system == 'Linux'