mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
11 lines
338 B
YAML
11 lines
338 B
YAML
---
|
|
- name: Create journal config directory
|
|
file: path=/etc/systemd/journald.conf.d state=directory
|
|
tags:
|
|
- journal
|
|
|
|
- name: Push journal max size config
|
|
template: src=00-journal-size.conf.j2 dest=/etc/systemd/journald.conf.d/00-journal-size.conf
|
|
when: journal is defined and journal.max_size is defined
|
|
tags:
|
|
- journal
|