8 lines
107 B
YAML
8 lines
107 B
YAML
---
|
|
- hosts: all
|
|
|
|
roles:
|
|
- role: systemd-journald-size
|
|
when: ansible_service_mgr == 'systemd'
|
|
|