From 400b61b934cdcd99b508d11d276c7b3fcee26331 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 14 Dec 2022 15:37:26 +0100 Subject: [PATCH] Starte Lstu-Service beim Booten --- handlers/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/main.yml b/handlers/main.yml index cd83756..c58ca88 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -17,5 +17,6 @@ - name: restart lstu ansible.builtin.systemd: name: lstu + enabled: true state: restarted daemon_reload: true