From: alex Date: Sat, 11 Oct 2025 16:54:45 +0000 (+0200) Subject: Add systemd daemon reload handler X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=897e5952fe3f46957413e8fd606ad8367b1b632c;p=infrastructure.git Add systemd daemon reload handler --- diff --git a/infrastructure/roles/systemd/handlers/main.yaml b/infrastructure/roles/systemd/handlers/main.yaml new file mode 100644 index 0000000..a6a8b44 --- /dev/null +++ b/infrastructure/roles/systemd/handlers/main.yaml @@ -0,0 +1,2 @@ +- name: systemd daemon reload + ansible.builtin.command: systemctl daemon-reload diff --git a/infrastructure/site.yaml b/infrastructure/site.yaml index 451c2d9..34c1417 100644 --- a/infrastructure/site.yaml +++ b/infrastructure/site.yaml @@ -4,4 +4,5 @@ - users - motd - web + - systemd - git