DEV-1069 regression for setup connect per pmci

- moved argocd configuration of keycloak_realm_clientscopes to argocd
qa
Sven Ketelsen 3 years ago
parent 0153526cb3
commit 295cfdf352

@ -47,7 +47,7 @@
name: "{{ clientscope.name }}"
realm: "{{ clientscope.realm_name }}"
protocol: "{{ clientscope.protocol }}"
with_items: "{{ current_realm_clientscopes | default(keycloak_realm_clientscopes) }}"
with_items: "{{ current_realm_clientscopes | default([]) }}"
loop_control:
loop_var: clientscope

Loading…
Cancel
Save