From 879feff6b7c4e94ee7775414b737b7a9d2c48a88 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 21 Feb 2017 10:24:02 -0800 Subject: [PATCH] Fix PEP 8 issue. --- lib/ansible/modules/cloud/vmware/vca_vapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):