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

4 lines
86 B
YAML
Raw Normal View History

2020-12-31 14:17:04 +01:00
---
- name: restart systemd-journald
service: name=systemd-journald state=restarted