style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent 574982340e
commit 4f57cd79ee
16 changed files with 208 additions and 180 deletions

View File

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