From 2ca7872eefe7e4b9a0fa0e558fc6a6b903698ee9 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 4 Jun 2020 11:22:52 +0200 Subject: [PATCH] haproxy: syntax and whitespaces --- haproxy/tasks/main.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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