summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/main.yml
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-05-23 14:57:41 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-05-23 14:59:30 -0400
commitf901c3142f3ff98d9f029e9a30428ea3a4f5b00a (patch)
tree6bcf695e1f4a9ed9a053d731849bbd0090679119 /roles/openshift_master/tasks/main.yml
parentc625a47a85bdb895efaf05567f075f3cad5eee3c (diff)
downloadopenshift-f901c3142f3ff98d9f029e9a30428ea3a4f5b00a.tar.gz
openshift-f901c3142f3ff98d9f029e9a30428ea3a4f5b00a.tar.bz2
openshift-f901c3142f3ff98d9f029e9a30428ea3a4f5b00a.tar.xz
openshift-f901c3142f3ff98d9f029e9a30428ea3a4f5b00a.zip
Extend multiple login provider check to include origin.
Diffstat (limited to 'roles/openshift_master/tasks/main.yml')
-rw-r--r--roles/openshift_master/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/tasks/main.yml b/roles/openshift_master/tasks/main.yml
index 64408fe72..63a54a0d9 100644
--- a/roles/openshift_master/tasks/main.yml
+++ b/roles/openshift_master/tasks/main.yml
@@ -139,7 +139,7 @@
- restart master api
- set_fact:
- translated_identity_providers: "{{ openshift.master.identity_providers | translate_idps('v1', openshift.common.version) }}"
+ translated_identity_providers: "{{ openshift.master.identity_providers | translate_idps('v1', openshift.common.version, openshift.common.deployment_type) }}"
# TODO: add the validate parameter when there is a validation command to run
- name: Create master config