Skip to content
Snippets Groups Projects
Commit b64e93bf authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Fix ansible-lint var-spacing violations

parent 5181422d
Branches
Tags v1.9.1
No related merge requests found
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
- name: 'Merge global config' - name: 'Merge global config'
set_fact: 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' - name: 'Build up the global config'
template: template:
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
- name: 'Merge default config' - name: 'Merge default config'
set_fact: 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' - name: 'Build up the default config'
template: template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment