mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
defghi*: style adjustments (#9532)
* defghi*: style adjustments * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
838cdaab42
commit
8cef0ee551
26 changed files with 69 additions and 73 deletions
|
@ -50,15 +50,15 @@ options:
|
|||
version_added: 4.1.0
|
||||
bootdev:
|
||||
description:
|
||||
- Set boot device to use on next reboot
|
||||
- "The choices for the device are:"
|
||||
- V(network) -- Request network boot
|
||||
- V(floppy) -- Boot from floppy
|
||||
- V(hd) -- Boot from hard drive
|
||||
- "V(safe) -- Boot from hard drive, requesting 'safe mode'"
|
||||
- V(optical) -- boot from CD/DVD/BD drive
|
||||
- V(setup) -- Boot into setup utility
|
||||
- V(default) -- remove any IPMI directed boot device request
|
||||
- Set boot device to use on next reboot.
|
||||
- 'The choices for the device are:'
|
||||
- V(network) -- Request network boot.
|
||||
- V(floppy) -- Boot from floppy.
|
||||
- V(hd) -- Boot from hard drive.
|
||||
- V(safe) -- Boot from hard drive, requesting 'safe mode'.
|
||||
- V(optical) -- boot from CD/DVD/BD drive.
|
||||
- V(setup) -- Boot into setup utility.
|
||||
- V(default) -- remove any IPMI directed boot device request.
|
||||
required: true
|
||||
choices:
|
||||
- network
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue