computer-playbook/roles/health-journalctl/handlers/main.yml

6 lines
130 B
YAML
Raw Normal View History

2023-11-16 15:32:29 +01:00
- name: "reload health-journalctl.service"
systemd:
name: health-journalctl.service
enabled: yes
daemon_reload: yes