syslogd: lint fixes

This commit is contained in:
Timo Makinen 2020-02-28 00:09:17 +02:00
parent 302427c85f
commit 08d1495026

View file

@ -31,7 +31,7 @@
service: service:
name: syslogd name: syslogd
arguments: "-h -c {{ tls_certs }}/{{ inventory_hostname }}.crt -k {{ tls_private }}/{{ inventory_hostname }}.key" arguments: "-h -c {{ tls_certs }}/{{ inventory_hostname }}.crt -k {{ tls_private }}/{{ inventory_hostname }}.key"
enabled: yes enabled: true
- name: enable remote logging - name: enable remote logging
lineinfile: lineinfile:
path: /etc/syslog.conf path: /etc/syslog.conf