syslogd: lint fixes
This commit is contained in:
parent
302427c85f
commit
08d1495026
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue