mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-18 14:21:06 -07:00
Misc Typo correction (#25025)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
78fff751ab
commit
211d0656f8
2 changed files with 3 additions and 3 deletions
|
@ -306,7 +306,7 @@ def vca_login(module):
|
|||
if service_type == 'vchs':
|
||||
version = '5.6'
|
||||
elif service_type == 'vcd' and not version:
|
||||
version == '5.6'
|
||||
version = '5.6'
|
||||
|
||||
vca = VCA(host=host, username=username,
|
||||
service_type=SERVICE_MAP[service_type],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue