feat: introduce systemd config

This commit is contained in:
Clément Désiles
2025-11-15 00:18:35 +01:00
parent 667bca796e
commit bd4dc157b8
7 changed files with 262 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
- name: Restart systemd-journald
ansible.builtin.systemd:
name: systemd-journald
state: restarted
daemon_reload: true