Browse Source

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

talset 9 years ago
parent
commit
943e2d93b8
1 changed files with 1 additions and 1 deletions
  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