mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Fix PEP 8 issue.
This commit is contained in:
parent
01436cf186
commit
879feff6b7
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue