mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
fix linting errors
Removed trailing whitespace line 164
This commit is contained in:
parent
86edbaa734
commit
23716ad326
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ def main():
|
|||
image = module.params['image']
|
||||
state = module.params['state']
|
||||
force = module.params['force']
|
||||
idempotent_boot_once = module.params['idempotent_boot_once']
|
||||
idempotent_boot_once = module.params['idempotent_boot_once']
|
||||
ssl_version = getattr(hpilo.ssl, 'PROTOCOL_' + module.params.get('ssl_version').upper().replace('V', 'v'))
|
||||
|
||||
ilo = hpilo.Ilo(host, login=login, password=password, ssl_version=ssl_version)
|
||||
|
|
Loading…
Add table
Reference in a new issue