Example command arg `boot_next` missing the underscore
(cherry picked from commit 4fe5d54b9e
)
Co-authored-by: bluikko <14869000+bluikko@users.noreply.github.com>
pull/3725/head
parent
d53052f27a
commit
94711ca506
|
@ -307,7 +307,7 @@ EXAMPLES = '''
|
||||||
community.general.redfish_command:
|
community.general.redfish_command:
|
||||||
category: Systems
|
category: Systems
|
||||||
command: SetOneTimeBoot
|
command: SetOneTimeBoot
|
||||||
bootnext: BiosSetup
|
boot_next: BiosSetup
|
||||||
boot_override_mode: Legacy
|
boot_override_mode: Legacy
|
||||||
baseuri: "{{ baseuri }}"
|
baseuri: "{{ baseuri }}"
|
||||||
username: "{{ username }}"
|
username: "{{ username }}"
|
||||||
|
|
Loading…
Reference in New Issue