summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/main.yml
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-05-20 17:15:53 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-05-23 14:59:30 -0400
commitc625a47a85bdb895efaf05567f075f3cad5eee3c (patch)
tree20f492bbfc006bec3bcc2ecce5d583f420f16843 /roles/openshift_master/tasks/main.yml
parent6c86bd94b01a1d200fca865996c16a95ccaa7183 (diff)
downloadopenshift-c625a47a85bdb895efaf05567f075f3cad5eee3c.tar.gz
openshift-c625a47a85bdb895efaf05567f075f3cad5eee3c.tar.bz2
openshift-c625a47a85bdb895efaf05567f075f3cad5eee3c.tar.xz
openshift-c625a47a85bdb895efaf05567f075f3cad5eee3c.zip
Allow multiple login providers post 3.2.
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 fe0784ea2..64408fe72 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') }}"
+ translated_identity_providers: "{{ openshift.master.identity_providers | translate_idps('v1', openshift.common.version) }}"
# TODO: add the validate parameter when there is a validation command to run
- name: Create master config