diff options
Diffstat (limited to 'roles')
l--------- | roles/openshift_examples/files/examples/latest | 1 | ||||
-rw-r--r-- | roles/openshift_master_certificates/tasks/main.yml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/roles/openshift_examples/files/examples/latest b/roles/openshift_examples/files/examples/latest new file mode 120000 index 000000000..634650e09 --- /dev/null +++ b/roles/openshift_examples/files/examples/latest @@ -0,0 +1 @@ +v1.1
\ No newline at end of file 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 }}" |