Browse Source

Use the identity_providers from openshift_facts instead of always using the inventory variable

Jason DeTiberus 9 years ago
parent
commit
783309075e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_master/tasks/main.yml

+ 1 - 1
roles/openshift_master/tasks/main.yml

@@ -176,7 +176,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') }}"
 
 # TODO: add the validate parameter when there is a validation command to run
 - name: Create master config