From 85edbaf38936369b98a4aecc67f3713ea018d018 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Fri, 21 Jul 2023 20:34:39 +0200 Subject: [PATCH] stuf --- debian12-basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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