diff --git a/lib/ansible/modules/cloud/vmware/vca_vapp.py b/lib/ansible/modules/cloud/vmware/vca_vapp.py index 7632a8b7d0a..848a0c95c58 100644 --- a/lib/ansible/modules/cloud/vmware/vca_vapp.py +++ b/lib/ansible/modules/cloud/vmware/vca_vapp.py @@ -191,7 +191,7 @@ def create(module): if task is False: module.fail('Failed to create vapp: ' + vapp_name) - + module.vca.block_until_completed(task) def delete(module):