Upgrade dependency;Fix syntax
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e538fce0f8
commit
5c68b87d67
@ -40,13 +40,13 @@
|
||||
- name: Add vApp properties on deployed VM's
|
||||
ansible.builtin.shell:
|
||||
cmd: >-
|
||||
vappproperty-manager \
|
||||
-server {{ vapp['hv.fqdn'] }} \
|
||||
-username {{ vapp['hv.username'] }} \
|
||||
-password {{ vapp['hv.password'] }} \
|
||||
-dc {{ vcenter_info.datacenter }} \
|
||||
-network {{ vcenter_info.network }} \
|
||||
-vm {{ item.instance.hw_name }}
|
||||
vappprop-manager \
|
||||
--server {{ vapp['hv.fqdn'] }} \
|
||||
--username {{ vapp['hv.username'] }} \
|
||||
--password {{ vapp['hv.password'] }} \
|
||||
--datacenter {{ vcenter_info.datacenter }} \
|
||||
--network {{ vcenter_info.network }} \
|
||||
--virtualmachine {{ item.instance.hw_name }}
|
||||
when: existing_ova.results[index] is failed
|
||||
loop: "{{ ova_deploy.results }}"
|
||||
loop_control:
|
||||
|
@ -245,7 +245,7 @@ dependencies:
|
||||
- filename: yq
|
||||
url: http://github.com/mikefarah/yq/releases/download/v4.30.5/yq_linux_amd64
|
||||
- filename: vappprop-manager
|
||||
url: https://code.spamasaurus.com/api/packages/djpbessems/generic/vappprop-manager/v0.2.0/vappprop-manager
|
||||
url: https://code.spamasaurus.com/api/packages/djpbessems/generic/vappprop-manager/v0.3.1/vappprop-manager
|
||||
|
||||
packages:
|
||||
apt:
|
||||
|
Loading…
Reference in New Issue
Block a user