Skip to content
Snippets Groups Projects
Commit 1c72aafb authored by Ira ㋡'s avatar Ira ㋡
Browse files

Fix variables should have spaces before and after: {{ var_name }} (E206)

parent 1b4eeedc
No related branches found
No related tags found
No related merge requests found
Pipeline #189 failed
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
set_fact: postgres_ssl_hosts6="{{ [orion6] + detected_ips }}" set_fact: postgres_ssl_hosts6="{{ [orion6] + detected_ips }}"
vars: vars:
orion6: "{{ hostvars['orion.archlinux.org']['ipv6_address'] }}/128" orion6: "{{ hostvars['orion.archlinux.org']['ipv6_address'] }}/128"
detected_ips: "{{ groups['mirrors'] | map('extract', hostvars, ['ipv6_address']) | select() | map('regex_replace', '^(.+)$', '\\1/128') | list}}" detected_ips: "{{ groups['mirrors'] | map('extract', hostvars, ['ipv6_address']) | select() | map('regex_replace', '^(.+)$', '\\1/128') | list }}"
tags: ["postgres", "firewall"] tags: ["postgres", "firewall"]
- name: setup apollo - name: setup apollo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment