diff --git a/roles/ipatuura/handlers/main.yml b/roles/ipatuura/handlers/main.yml index 2483731961..8c254c108a 100644 --- a/roles/ipatuura/handlers/main.yml +++ b/roles/ipatuura/handlers/main.yml @@ -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