mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 10:21:34 +02:00
Implemented systemctl error checker
This commit is contained in:
6
roles/native-journalctl-health-check/handlers/main.yml
Normal file
6
roles/native-journalctl-health-check/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: "restart journalctl-health-check.timer"
|
||||
systemd:
|
||||
name: journalctl-health-check.timer
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
Reference in New Issue
Block a user