mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
72a44e144a
commit
1a105a99dc
2 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -790,7 +790,6 @@ lib/ansible/modules/packaging/os/yum_repository.py E324
|
|||
lib/ansible/modules/packaging/os/zypper.py E326
|
||||
lib/ansible/modules/remote_management/foreman/foreman.py E322
|
||||
lib/ansible/modules/remote_management/foreman/foreman.py E325
|
||||
lib/ansible/modules/remote_management/hpilo/hpilo_boot.py E324
|
||||
lib/ansible/modules/remote_management/hpilo/hpilo_boot.py E326
|
||||
lib/ansible/modules/remote_management/ipmi/ipmi_boot.py E326
|
||||
lib/ansible/modules/remote_management/ipmi/ipmi_power.py E326
|
||||
|
|
Loading…
Reference in a new issue