diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-05-23 14:57:41 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-05-23 14:59:30 -0400 |
commit | f901c3142f3ff98d9f029e9a30428ea3a4f5b00a (patch) | |
tree | 6bcf695e1f4a9ed9a053d731849bbd0090679119 /roles/openshift_master/tasks | |
parent | c625a47a85bdb895efaf05567f075f3cad5eee3c (diff) | |
download | openshift-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')
-rw-r--r-- | roles/openshift_master/tasks/main.yml | 2 |
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 |