From 9fbc2696af094de650d9f1815702861f4a68c961 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Wed, 10 Jul 2024 15:04:51 +0200 Subject: [PATCH] switch systemd module name --- playbooks/gitea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/gitea.yml b/playbooks/gitea.yml index 85c7a39..c1100a7 100644 --- a/playbooks/gitea.yml +++ b/playbooks/gitea.yml @@ -86,7 +86,7 @@ group: root - name: Enable systemd service - ansible.builtin.systemd_service: + ansible.builtin.systemd: daemon_reload: true name: act_runner.service enabled: true