While trying to get Dell idrac Firmware details with Ansible module
TASK [Import Server Configuration Profile from a network] ***
fatal: [idrac_hosts]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/libexec/platform-python"}, "changed": false, "msg": "Dell EMC OMSDK library is required for this module"}
Repro Steps
Create playbook as below:
hosts: hosts
name: Get Installed Firmware Inventory
gather_facts: False
tasks:
name: Import Server Configuration Profile from a network
idrac_server_config_profile:
idrac_ip: "IP"
idrac_user: "username"
idrac_password: "password"
command: "import"
share_name: "/home/ansible"
share_user: "username"
share_password: "password"
scp_file: "scp_filename.yml"
scp_components: "ALL"
job_wait: True
QwikContext
Trying to install omsdk on rhel 8
Details
While trying to get Dell idrac Firmware details with Ansible module
TASK [Import Server Configuration Profile from a network] *** fatal: [idrac_hosts]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/libexec/platform-python"}, "changed": false, "msg": "Dell EMC OMSDK library is required for this module"}
Repro Steps
Create playbook as below:
hosts: hosts name: Get Installed Firmware Inventory gather_facts: False
tasks:
Impact
Not able to install on rhel 8 server
NeedBy
When do you need this issue fixed
Severity
What is the severity of the issue.