mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
15e961c2ef0d53afdd761b034b28b96d49649cbe
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
Description
Languages
Python
99.4%
Shell
0.3%
HCL
0.2%