5 lines
112 B
YAML
Executable file
5 lines
112 B
YAML
Executable file
---
|
|
- name: Restart journald
|
|
ansible.builtin.systemd:
|
|
name: systemd-journald.service
|
|
state: restarted
|