This repository has been archived on 2021-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-server/roles/base/handlers/main.yml
2019-03-31 13:25:33 +00:00

7 lines
89 B
YAML

---
- name: restart-journald
systemd:
name: systemd-journald
state: restarted