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,13 +1,14 @@
---
- name: install haproxy package
package:
- name: Install haproxy package
ansible.builtin.package:
name: haproxy
state: present
- name: haproxy config
template:
- name: Haproxy config
ansible.builtin.template:
src: haproxy.cfg.j2
dest: /etc/haproxy/haproxy.cfg
mode: 0644
notify:
- restart haproxy
- Restart haproxy