diff --git a/tests/roles/dataplane_adoption/defaults/main.yaml b/tests/roles/dataplane_adoption/defaults/main.yaml index 58609faa1..b2b13d51d 100644 --- a/tests/roles/dataplane_adoption/defaults/main.yaml +++ b/tests/roles/dataplane_adoption/defaults/main.yaml @@ -351,13 +351,13 @@ dataplane_cr: | edpm_frr_bgp_ipv6_src_network: bgpmainnetv6 edpm_frr_bgp_neighbor_password: f00barZ {%+ endif +%} - {%- if edpm_container_registry_logins is defined -%} + {%- if edpm_container_registry_logins is defined %} edpm_container_registry_logins: - {% for login, value in edpm_container_registry_logins.items() -%} + {%- for login, value in edpm_container_registry_logins.items() %} {{ login | indent(10) }}: {{ value | to_nice_yaml | trim }} - {% endfor -%} - {%+ endif +%} + {%- endfor %} + {%- endif %} gather_facts: false # edpm firewall, change the allowed CIDR if needed