style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent 013fead3d6
commit 59c7369d68
2 changed files with 15 additions and 13 deletions

View File

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