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
|
- name: Add vApp properties on deployed VM's
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: >-
|
cmd: >-
|
||||||
vappproperty-manager \
|
vappprop-manager \
|
||||||
-server {{ vapp['hv.fqdn'] }} \
|
--server {{ vapp['hv.fqdn'] }} \
|
||||||
-username {{ vapp['hv.username'] }} \
|
--username {{ vapp['hv.username'] }} \
|
||||||
-password {{ vapp['hv.password'] }} \
|
--password {{ vapp['hv.password'] }} \
|
||||||
-dc {{ vcenter_info.datacenter }} \
|
--datacenter {{ vcenter_info.datacenter }} \
|
||||||
-network {{ vcenter_info.network }} \
|
--network {{ vcenter_info.network }} \
|
||||||
-vm {{ item.instance.hw_name }}
|
--virtualmachine {{ item.instance.hw_name }}
|
||||||
when: existing_ova.results[index] is failed
|
when: existing_ova.results[index] is failed
|
||||||
loop: "{{ ova_deploy.results }}"
|
loop: "{{ ova_deploy.results }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
@ -245,7 +245,7 @@ dependencies:
|
|||||||
- filename: yq
|
- filename: yq
|
||||||
url: http://github.com/mikefarah/yq/releases/download/v4.30.5/yq_linux_amd64
|
url: http://github.com/mikefarah/yq/releases/download/v4.30.5/yq_linux_amd64
|
||||||
- filename: vappprop-manager
|
- 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:
|
packages:
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
Reference in New Issue
Block a user