diff --git a/debian12-basic.yml b/debian12-basic.yml index 349e8f5..955ac00 100644 --- a/debian12-basic.yml +++ b/debian12-basic.yml @@ -76,7 +76,7 @@ - name: Make sure a service http-server-status.service is running ansible.builtin.systemd: - state: started + state: restarted name: http-server-status.service - name: Allow everything and enable UFW