From b64e93bf3dcdf17862abf42f7e8015e40c6faf5d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Mon, 29 Nov 2021 19:32:40 +0100
Subject: [PATCH] Fix ansible-lint var-spacing violations

---
 tasks/configure.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tasks/configure.yml b/tasks/configure.yml
index 0bcb940..867ecca 100644
--- a/tasks/configure.yml
+++ b/tasks/configure.yml
@@ -150,7 +150,7 @@
 
 - name: 'Merge global config'
   set_fact:
-    haproxy_global_final: "{{ _haproxy_global | combine(haproxy_global, recursive=true)}}"
+    haproxy_global_final: "{{ _haproxy_global | combine(haproxy_global, recursive=true) }}"
 
 - name: 'Build up the global config'
   template:
@@ -159,7 +159,7 @@
 
 - name: 'Merge default config'
   set_fact:
-    haproxy_defaults_final: "{{ _haproxy_defaults | combine(haproxy_defaults, recursive=true)}}"
+    haproxy_defaults_final: "{{ _haproxy_defaults | combine(haproxy_defaults, recursive=true) }}"
 
 - name: 'Build up the default config'
   template:
-- 
GitLab