ansible-collections / vmware.vmware

Ansible VMWare Collection
GNU General Public License v3.0
7 stars 10 forks source link

fix integration test failures for folder_template_from_vm #64

Closed mikemorency closed 2 months ago

mikemorency commented 2 months ago
SUMMARY

The folder_template_from_vm plugin was one of the first to be migrated from the community collection. It included a very simple method to wait for a running task in vmware. It looks like that method did not correctly evaluate the state of running tasks. This meant that running tasks would be marked as failures.

We now have a much better utility for waiting for running tasks. This change makes the plugin use that instead.

ISSUE TYPE
COMPONENT NAME

folder_template_from_vm