mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fix handler execution order
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
# Redefine the handler here because we want it to execute before the other one
|
||||
- name: Reload systemd
|
||||
ansible.builtin.command: systemctl daemon-reload
|
||||
|
||||
- name: Restart ipatuura
|
||||
service: name=ipatuura state=restarted
|
||||
|
||||
Reference in New Issue
Block a user