|
@@ -53,12 +53,13 @@
|
|
|
|
|
|
- name: update vsphere provider master config
|
|
|
hosts: oo_masters_to_config
|
|
|
- import_role:
|
|
|
- name: openshift_cloud_provider
|
|
|
- tasks_from: update-vsphere
|
|
|
- when:
|
|
|
- - openshift_cloudprovider_kind is defined
|
|
|
- - openshift_cloudprovider_kind == 'vsphere'
|
|
|
+ tasks:
|
|
|
+ - import_role:
|
|
|
+ name: openshift_cloud_provider
|
|
|
+ tasks_from: update-vsphere
|
|
|
+ when:
|
|
|
+ - openshift_cloudprovider_kind is defined
|
|
|
+ - openshift_cloudprovider_kind == 'vsphere'
|
|
|
|
|
|
- name: Master Additional Install Checkpoint End
|
|
|
hosts: all
|