mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Example command has wrong arg in redfish_command (#3711)
Example command arg `boot_next` missing the underscore
This commit is contained in:
parent
352047314b
commit
4fe5d54b9e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue