mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed health services
This commit is contained in:
13
roles/health-journalctl/handlers/main.yml
Normal file
13
roles/health-journalctl/handlers/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- name: "reload health-journalctl.service"
|
||||
systemd:
|
||||
name: health-journalctl.service
|
||||
state: reloaded
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
ignore_errors: true
|
||||
- name: "restart health-journalctl.timer"
|
||||
systemd:
|
||||
name: health-journalctl.timer
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
Reference in New Issue
Block a user