style: make ansible-lint happier
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user