Fix handler execution order

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard
2025-10-16 16:14:28 +02:00
parent 1e7b4451a8
commit a2452a6c84

View File

@@ -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