9 lines
175 B
YAML
9 lines
175 B
YAML
|
---
|
||
|
- name: make journal persistent
|
||
|
ini_file:
|
||
|
path: /etc/systemd/journald.conf
|
||
|
section: Journal
|
||
|
option: Storage
|
||
|
value: persistent
|
||
|
notify: restart-journald
|