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