瀏覽代碼

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

Jason DeTiberus 9 年之前
父節點
當前提交
783309075e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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