style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent 4f57cd79ee
commit fa6ed6484e
8 changed files with 38 additions and 33 deletions

View File

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