mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
4391507a72
* https://github.com/ansible-collections/community.general/issues/3005
Bypass the boot device argument check when the command is: DisableBootOverride
as it isn't needed to perform this operation.
* Add changelog fragment
(cherry picked from commit ea822c7bdd
)
Co-authored-by: Scott Seekamp <sylgeist@users.noreply.github.com>
3 lines
223 B
YAML
3 lines
223 B
YAML
bugfixes:
|
|
- redfish_command - fix extraneous error caused by missing ``bootdevice`` argument
|
|
when using the ``DisableBootOverride`` sub-command (https://github.com/ansible-collections/community.general/issues/3005).
|