Avoid uncaught exception
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
d607f615e9
commit
b763d2b562
@ -72,6 +72,7 @@
|
|||||||
datastore: "{{ vcenter_info.datastore }}"
|
datastore: "{{ vcenter_info.datastore }}"
|
||||||
folder: "{{ vcenter_info.folder }}"
|
folder: "{{ vcenter_info.folder }}"
|
||||||
networks: "{u'{{ ova_spec.results[index].stdout | from_json | json_query('NetworkMapping[0].Name') }}':u'{{ vcenter_info.network }}'}"
|
networks: "{u'{{ ova_spec.results[index].stdout | from_json | json_query('NetworkMapping[0].Name') }}':u'{{ vcenter_info.network }}'}"
|
||||||
|
allow_duplicates: no
|
||||||
power_on: false
|
power_on: false
|
||||||
ovf: "{{ item }}"
|
ovf: "{{ item }}"
|
||||||
register: ova_deploy
|
register: ova_deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user