From 1c72aafb722e491e983d5988f8d3fa2d2a1d436a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ira=20=E3=8B=A1?= <lambdaclan@posteo.me>
Date: Sat, 30 May 2020 19:35:15 +0900
Subject: [PATCH] Fix variables should have spaces before and after: {{
 var_name }} (E206)

---
 playbooks/apollo.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playbooks/apollo.yml b/playbooks/apollo.yml
index b9704aaab..63a9844a4 100644
--- a/playbooks/apollo.yml
+++ b/playbooks/apollo.yml
@@ -13,7 +13,7 @@
         set_fact: postgres_ssl_hosts6="{{ [orion6] + detected_ips }}"
         vars:
             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"]
 
 - name: setup apollo
-- 
GitLab