summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_certificates
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-02-29 09:05:03 -0500
committerAndrew Butcher <abutcher@redhat.com>2016-02-29 09:05:03 -0500
commitae5377c92128ebd6fc7e42d35e2e507015ede6f0 (patch)
treeee43361107944f0f611750345d2f0a31eee60205 /roles/openshift_master_certificates
parent6a1b6a8fe91a06e2ccccf75d4880a05c9908c072 (diff)
downloadopenshift-ae5377c92128ebd6fc7e42d35e2e507015ede6f0.tar.gz
openshift-ae5377c92128ebd6fc7e42d35e2e507015ede6f0.tar.bz2
openshift-ae5377c92128ebd6fc7e42d35e2e507015ede6f0.tar.xz
openshift-ae5377c92128ebd6fc7e42d35e2e507015ede6f0.zip
Use inventory_hostname for openshift master certs to sync.
Diffstat (limited to 'roles/openshift_master_certificates')
-rw-r--r--roles/openshift_master_certificates/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master_certificates/tasks/main.yml b/roles/openshift_master_certificates/tasks/main.yml
index 38b48e98c..9017b7d2b 100644
--- a/roles/openshift_master_certificates/tasks/main.yml
+++ b/roles/openshift_master_certificates/tasks/main.yml
@@ -35,4 +35,4 @@
force: true
with_nested:
- masters_needing_certs
- - "{{ hostvars[openshift.common.hostname] | certificates_to_synchronize }}"
+ - "{{ hostvars[inventory_hostname] | certificates_to_synchronize }}"