Example command has wrong arg in redfish_command (#3711)
Example command arg `boot_next` missing the underscorepull/3711/merge
parent
352047314b
commit
4fe5d54b9e
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue