6 lines
104 B
YAML
6 lines
104 B
YAML
|
|
---
|
||
|
|
- name: Restart journald
|
||
|
|
ansible.builtin.systemd:
|
||
|
|
name: systemd-journald
|
||
|
|
state: restarted
|