redfish_command: allow setting the BootSourceOverrideEnabled property (#825)

Issue: 824

Co-authored-by: Scott Seekamp <sseekamp@digitalocean.com>
This commit is contained in:
Scott Seekamp
2020-09-10 09:25:48 -06:00
committed by GitHub
parent bfdb76e60d
commit d7ec65c19c
3 changed files with 55 additions and 16 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- redfish_command - add sub-command for ``EnableContinuousBootOverride`` and ``DisableBootOverride`` to allow setting BootSourceOverrideEnabled Redfish property (https://github.com/ansible-collections/community.general/issues/824).