Hanlder improvements

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2025-05-25 20:12:59 -05:00
parent 8027ac05cd
commit 974a3d1216
2 changed files with 4 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
- ensure_repo_epel is defined
ansible.builtin.systemd:
daemon_reload: 'yes'
- name: 'ensure_repo_epel.services'
- name: 'ensure_repo_epel.service_restart'
when:
- ansible_system == 'Linux'
- ensure_repo_epel is defined
@@ -25,3 +25,5 @@
loop: '{{ ensure_repo_epel.service_list }}'
loop_control:
label: '{{ item.name }} will be restarted'
...

View File

@@ -64,4 +64,5 @@
- 'ensure_repo_epel.service_facts'
- name: 'flush handlers'
meta: 'flush_handlers'
...