syslogd: Lint fixes
This commit is contained in:
parent
9bc17f53d4
commit
da36395b05
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@
|
||||||
- name: configure certificates for remote logging
|
- name: configure certificates for remote logging
|
||||||
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: true
|
enabled: true
|
||||||
- name: enable remote logging
|
- name: enable remote logging
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Add table
Reference in a new issue