haproxy: syntax and whitespaces
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jérémy Lecour 2020-06-04 11:22:52 +02:00 committed by Jérémy Lecour
parent 3bd0a4ffb3
commit 2ca7872eef

View file

@ -4,8 +4,8 @@
name: ssl-cert
state: present
tags:
- haproxy
- packages
- haproxy
- packages
- include: packages_backports.yml
when: haproxy_backports
@ -15,8 +15,8 @@
name: haproxy
state: present
tags:
- haproxy
- packages
- haproxy
- packages
- name: Copy HAProxy configuration
template:
@ -25,14 +25,14 @@
force: "{{ haproxy_force_config }}"
validate: "haproxy -c -f %s"
with_first_found:
- "templates/haproxy/haproxy.{{ inventory_hostname }}.cfg.j2"
- "templates/haproxy/haproxy.{{ host_group }}.cfg.j2"
- "templates/haproxy/haproxy.default.cfg.j2"
- "haproxy.default.cfg.j2"
- "templates/haproxy/haproxy.{{ inventory_hostname }}.cfg.j2"
- "templates/haproxy/haproxy.{{ host_group }}.cfg.j2"
- "templates/haproxy/haproxy.default.cfg.j2"
- "haproxy.default.cfg.j2"
notify: reload haproxy
when: "{{ haproxy_update_config }}"
when: haproxy_update_config
tags:
- haproxy
- config
- haproxy
- config
- include: munin.yml