mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 21:29:19 +00:00
Currently the redfish_config module will convert boolean bios_attribute_value settings to strings (type str). This will cause BMCs expecting booleans to error out. This PR will change the default type of bios_attribute_value to 'raw' in order to support strings and booleans. Fixes #68251 |
||
|---|---|---|
| .. | ||
| idrac_redfish_command.py | ||
| idrac_redfish_config.py | ||
| idrac_redfish_facts.py | ||
| idrac_redfish_info.py | ||
| redfish_command.py | ||
| redfish_config.py | ||
| redfish_facts.py | ||
| redfish_info.py | ||