From 4fe5d54b9e3ecf81bc5003723f761995c6f30bd5 Mon Sep 17 00:00:00 2001 From: bluikko <14869000+bluikko@users.noreply.github.com> Date: Sat, 13 Nov 2021 20:01:32 +0700 Subject: [PATCH] Example command has wrong arg in redfish_command (#3711) Example command arg `boot_next` missing the underscore --- plugins/modules/remote_management/redfish/redfish_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/remote_management/redfish/redfish_command.py b/plugins/modules/remote_management/redfish/redfish_command.py index 8702e468ca..5437a79891 100644 --- a/plugins/modules/remote_management/redfish/redfish_command.py +++ b/plugins/modules/remote_management/redfish/redfish_command.py @@ -307,7 +307,7 @@ EXAMPLES = ''' community.general.redfish_command: category: Systems command: SetOneTimeBoot - bootnext: BiosSetup + boot_next: BiosSetup boot_override_mode: Legacy baseuri: "{{ baseuri }}" username: "{{ username }}"