浏览代码

[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