Files
community.general/plugins
Jacob 15e961c2ef redfish_config: fix support for boolean BIOS attributes (#189)
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
2020-04-16 09:56:24 +03:00
..
2020-03-30 19:09:45 +02:00
2020-03-09 09:11:07 +00:00
2020-04-01 21:34:05 +02:00