From 959aa82b2f02ee223ca5584d02c13b76f56301f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 27 Jun 2017 11:37:52 +0200 Subject: [PATCH] propagate sso_realm up to the 3scale role --- allinone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allinone.yml b/allinone.yml index fc04bea..2c54086 100644 --- a/allinone.yml +++ b/allinone.yml @@ -19,4 +19,4 @@ - { name: 'openshift-postinstall', tags: 'openshift-postinstall' } - { name: 'hostpath-provisioner', tags: 'hostpath-provisioner' } - { name: 'sso', tags: 'sso', sso_realm: '3scale' } - - { name: '3scale', tags: '3scale' } + - { name: '3scale', tags: '3scale', sso_realm: '3scale' }