summaryrefslogtreecommitdiffstats
path: root/journald/tasks/main.yml
blob: 63971153305eab9c5b0070df6aefae80901828df (plain) (blame)
1
2
3
4
5
6
7
8
---
- name: Set journald to volatile storage
  ini_file:
    dest: "/etc/systemd/journald.conf"
    section: Journal
    option: Storage
    value: volatile
    no_extra_spaces: yes