Explorar o código

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

talset %!s(int64=9) %!d(string=hai) anos
pai
achega
943e2d93b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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