From 1a105a99dce90e883e484362a16463da663279b1 Mon Sep 17 00:00:00 2001 From: Daniel Speichert Date: Sun, 27 Jan 2019 15:17:29 -0500 Subject: [PATCH] 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 --- lib/ansible/modules/remote_management/hpilo/hpilo_boot.py | 1 - test/sanity/validate-modules/ignore.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/ansible/modules/remote_management/hpilo/hpilo_boot.py b/lib/ansible/modules/remote_management/hpilo/hpilo_boot.py index 7c321263f1e..cb1a10933bc 100644 --- a/lib/ansible/modules/remote_management/hpilo/hpilo_boot.py +++ b/lib/ansible/modules/remote_management/hpilo/hpilo_boot.py @@ -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: diff --git a/test/sanity/validate-modules/ignore.txt b/test/sanity/validate-modules/ignore.txt index b19d2e36286..d81a625d81f 100644 --- a/test/sanity/validate-modules/ignore.txt +++ b/test/sanity/validate-modules/ignore.txt @@ -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