diff --git a/haproxy/tasks/main.yml b/haproxy/tasks/main.yml index 80e846e6..8e3094fb 100644 --- a/haproxy/tasks/main.yml +++ b/haproxy/tasks/main.yml @@ -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