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
|
||||
service:
|
||||
- name: Restart rsyslog
|
||||
ansible.builtin.service:
|
||||
name: rsyslog
|
||||
state: restarted
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
- name: copy udp listen configuration
|
||||
copy:
|
||||
- name: Copy UDP listen configuration
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/rsyslog.d/udp-listen.conf
|
||||
src: udp-listen.conf
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
notify: restart rsyslog
|
||||
notify: Restart rsyslog
|
||||
|
|
Loading…
Add table
Reference in a new issue