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:
|
media:
|
||||||
description:
|
description:
|
||||||
- The boot media to boot the system from
|
- The boot media to boot the system from
|
||||||
default: network
|
|
||||||
choices: [ "cdrom", "floppy", "hdd", "network", "normal", "usb" ]
|
choices: [ "cdrom", "floppy", "hdd", "network", "normal", "usb" ]
|
||||||
image:
|
image:
|
||||||
description:
|
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/packaging/os/zypper.py E326
|
||||||
lib/ansible/modules/remote_management/foreman/foreman.py E322
|
lib/ansible/modules/remote_management/foreman/foreman.py E322
|
||||||
lib/ansible/modules/remote_management/foreman/foreman.py E325
|
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/hpilo/hpilo_boot.py E326
|
||||||
lib/ansible/modules/remote_management/ipmi/ipmi_boot.py E326
|
lib/ansible/modules/remote_management/ipmi/ipmi_boot.py E326
|
||||||
lib/ansible/modules/remote_management/ipmi/ipmi_power.py E326
|
lib/ansible/modules/remote_management/ipmi/ipmi_power.py E326
|
||||||
|
|
Loading…
Reference in a new issue