mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
hpilo_boot: fix module doc to match code and logic (#51360)
* hpilo_boot: fix module doc to match code and logic There is no explicit nor implied value for media. In fact, not choosing media makes perfect sense. * Remove ignored sanity test failure
This commit is contained in:
committed by
Dag Wieers
parent
72a44e144a
commit
1a105a99dc
@@ -39,7 +39,6 @@ options:
|
||||
media:
|
||||
description:
|
||||
- The boot media to boot the system from
|
||||
default: network
|
||||
choices: [ "cdrom", "floppy", "hdd", "network", "normal", "usb" ]
|
||||
image:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user