Closed mreho closed 1 year ago
Apparently, we have to use LDAP.1.Attribute
instead of LDAP.Attribute
. Is this normal ?
@mreho That is correct, the key should match the way the iDRAC has in the response from the below URI.
redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/iDRAC.Embedded.1
This is also documented in the module docs here
Closing this , please reopen is any.
Thank you for your reply !
Bug Description
LDAP
attributes don't work whileLDAPRoleGroup
works just fine.Component or Module Name
idrac_attributes
Ansible Version
2.14.3
Python Version
3.10.6
iDRAC/OME/OME-M version
iDRAC 6.10.00.00
Operating System
Ubuntu 22.04.2 LTS
Playbook Used
Logs
Steps to Reproduce
Run the playbook with
ansible-playbook -i inventory.ini main.yml
Expected Behavior
Expected to be working
Actual Behavior
Fails
Screenshots
No response
Additional Information
No response