소스 검색

[roles/openshift_master_certificates/tasks/main.yml] Fix variable openshift.master.all_hostnames to openshift.common.all_hostnames

talset 9 년 전
부모
커밋
943e2d93b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/openshift_master_certificates/tasks/main.yml

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

@@ -34,7 +34,7 @@
     - serviceaccounts.private.key
     - serviceaccounts.public.key
 
-- debug: msg="{{ item.openshift.master.all_hostnames | join (',') }}"
+- debug: msg="{{ item.openshift.common.all_hostnames | join (',') }}"
   with_items: masters_needing_certs
 
 - name: Create the master certificates if they do not already exist