diff --git a/tasks/configure.yml b/tasks/configure.yml
index 0bcb9407646149bf4186c4776857659ead852a58..867eccaf7c44129b16b808fa77a73d23b826adeb 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: