syslogd: Lint fixes
This commit is contained in:
parent
56eccaa8d1
commit
4433eced1e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/newsyslog.conf
|
path: /etc/newsyslog.conf
|
||||||
regexp: "^/var/log/all.log.*"
|
regexp: "^/var/log/all.log.*"
|
||||||
line: "/var/log/all.log root:{{ ansible_wheel }} 640 7 * $D0 Z"
|
line: "/var/log/all.log root:{{ ansible_wheel }}\t640 7 * $D0 Z"
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: configure certificates for remote logging
|
- name: configure certificates for remote logging
|
||||||
|
|
Loading…
Add table
Reference in a new issue