mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix PEP 8 issue.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user