rsyslog: More ansible-lint fixes
This commit is contained in:
parent
f74922d46b
commit
e05bc9aeab
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: restart rsyslog
|
- name: Restart rsyslog
|
||||||
service:
|
ansible.builtin.service:
|
||||||
name: rsyslog
|
name: rsyslog
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
- name: copy udp listen configuration
|
- name: Copy UDP listen configuration
|
||||||
copy:
|
ansible.builtin.copy:
|
||||||
dest: /etc/rsyslog.d/udp-listen.conf
|
dest: /etc/rsyslog.d/udp-listen.conf
|
||||||
src: udp-listen.conf
|
src: udp-listen.conf
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: restart rsyslog
|
notify: Restart rsyslog
|
||||||
|
|
Loading…
Add table
Reference in a new issue