vmware_export_ovf/test: don't use a rescue block in test

By using a `rescue` block, we can potentially hide a really problem in the
block and return a success. This is a bit problematic for a functional
test.
This commit is contained in:
Gonéri Le Bouder 2020-01-14 20:04:44 -05:00
parent ae6317004e
commit 437b8b3807

View file

@ -61,7 +61,7 @@
that:
- "ovf_template.changed == true"
- "ovf_template.instance.device_files | length >= 1"
rescue:
always:
- name: Clean up the temporary dir
file:
path: "{{ temp_dir.path }}"