diff --git a/handlers/main.yml b/handlers/main.yml index 200fd67..e2fb176 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,7 +1,8 @@ - name: reload systemd configuration become: yes - command: systemctl daemon-reload + systemd: + daemon_reload: true # Restart service and ensure it is enabled