style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent a0b23684a5
commit 574982340e
11 changed files with 90 additions and 78 deletions

View File

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