Whitespace fix
This commit is contained in:
parent
140932154d
commit
0779fbabef
@ -13,7 +13,7 @@
|
|||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: "{{ rsyslog_archival_format_enabled | ternary('absent', 'file') }}"
|
state: "{{ rsyslog_archival_format_enabled | ternary('absent', 'file') }}"
|
||||||
when: rsyslog_archival_format_enabled and st.stat.exists and st.stat.isreg
|
when: rsyslog_archival_format_enabled and st.stat.exists and st.stat.isreg
|
||||||
with_items:
|
with_items:
|
||||||
- /var/log/syslog
|
- /var/log/syslog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user