seveas / python-hpilo

Accessing the HP iLO XML interface from python

Home Page:https://seveas.github.io/python-hpilo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssl_version parameter removal breaks current Ansible hp_ilo

svalevka opened this issue · comments

I understand that this may be more of the Ansible issue but will post it here in case this is an easy fix
We are using hpilo_facts Ansible module and it lists hpilo as a requirement:
https://docs.ansible.com/ansible/2.5/modules/hpilo_facts_module.html
I can see that 4.2.1 version does not required parameter ssl_version.
This results in hpil_facts not working due to the following

Since ssl_version is not used in 2.4.1 version of hpilo, Ansible module throws an error:
__init__() got an unexpected keyword argument 'ssl_version'\n"

I can see that there is an open bugreport on Ansible to fix it ansible/ansible#35362