rsyslog: More ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-29 18:54:06 +00:00
parent f74922d46b
commit e05bc9aeab
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
---
- name: restart rsyslog
service:
- name: Restart rsyslog
ansible.builtin.service:
name: rsyslog
state: restarted

View file

@ -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