Upgrade dependency;Fix syntax
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-12-23 12:51:10 +01:00
parent e538fce0f8
commit 5c68b87d67
2 changed files with 8 additions and 8 deletions

View File

@ -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:

View File

@ -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: