mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
* set_boot_override function now uses Redfish Settings URI if available in ComputerSystem resource * Follows code formatting rules * Add changelogs fragments file * Update changelogs/fragments/11322-handle-redfish-settings-in-setbootoverride.yml Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> * Explicit rewriting as a workaround to keep the "good" path clean. * Adjust changelog fragment. --------- Co-authored-by: Pierre-yves FONTANIERE <pyf@cc.in2p3.fr> Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> Co-authored-by: Felix Fontein <felix@fontein.de>
3 lines
300 B
YAML
3 lines
300 B
YAML
---
|
|
minor_changes:
|
|
- redfish_utils module utils - adds support of ``@Redfish.Settings`` in ``ComputerSystem`` attributes for ``set_boot_override`` function (https://github.com/ansible-collections/community.general/issues/11297, https://github.com/ansible-collections/community.general/pull/11322).
|