]> xn--ix-yja.es Git - infrastructure.git/commitdiff
Add systemd daemon reload handler
authoralex <alex@pdp7.net>
Sat, 11 Oct 2025 16:54:45 +0000 (18:54 +0200)
committeralex <alex@pdp7.net>
Sat, 11 Oct 2025 16:54:45 +0000 (18:54 +0200)
infrastructure/roles/systemd/handlers/main.yaml [new file with mode: 0644]
infrastructure/site.yaml

diff --git a/infrastructure/roles/systemd/handlers/main.yaml b/infrastructure/roles/systemd/handlers/main.yaml
new file mode 100644 (file)
index 0000000..a6a8b44
--- /dev/null
@@ -0,0 +1,2 @@
+- name: systemd daemon reload
+  ansible.builtin.command: systemctl daemon-reload
index 451c2d9ebaa00a06440b2e8303dc0d80eb1eb225..34c1417603e7c9b3cf643d6d0855492e1b351c99 100644 (file)
@@ -4,4 +4,5 @@
     - users
     - motd
     - web
+    - systemd
     - git