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 - name: Restart rsyslog
service: ansible.builtin.service:
name: rsyslog name: rsyslog
state: restarted state: restarted

View file

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