HewlettPackard / ilo-ansible-collection

Ansible Collection and Sample Playbooks for HPE iLO
Apache License 2.0
40 stars 21 forks source link

Setonetime boot calls handler for reboot that fails #7

Closed kristyburns closed 1 year ago

kristyburns commented 2 years ago

Setonetimeboot role sends message to "Reboot system to apply new BIOS settings" but then has a handler that makes does a reboot using redfish_command powerReboot that fails with ILO 5. Why is this handler being called if the role is suggesting in return message to reboot. And why do we need to reboot? That is not necessary to set the onetime boot.

rajeevkallur commented 1 year ago

We have updated our collection to fix this