Parcourir la source

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

Jason DeTiberus il y a 9 ans
Parent
commit
783309075e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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