From 897e5952fe3f46957413e8fd606ad8367b1b632c Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 11 Oct 2025 18:54:45 +0200 Subject: Add systemd daemon reload handler --- infrastructure/roles/systemd/handlers/main.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 infrastructure/roles/systemd/handlers/main.yaml (limited to 'infrastructure/roles') 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 -- cgit v1.2.3