syslogd: Lint fixes

This commit is contained in:
Timo Makinen 2022-02-25 00:39:59 +00:00
parent 56eccaa8d1
commit 4433eced1e

View file

@ -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