mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
13 lines
322 B
YAML
13 lines
322 B
YAML
- name: "reload journalctl-health-check.service"
|
|
systemd:
|
|
name: journalctl-health-check.service
|
|
state: reloaded
|
|
enabled: yes
|
|
daemon_reload: yes
|
|
- name: "restart journalctl-health-check.timer"
|
|
systemd:
|
|
name: journalctl-health-check.timer
|
|
state: restarted
|
|
enabled: yes
|
|
daemon_reload: yes
|