HewlettPackard / oneview-ansible-collection

Ansible Collection and Sample Playbooks for HPE OneView
Apache License 2.0
25 stars 22 forks source link

Idempotency for Server Hardware iLO firmware version (Always returns changed instead of OK) #103

Closed liamwh closed 3 years ago

liamwh commented 3 years ago

Scenario/Intent

Idempotent deployment of servers with accurate OK and Changed results from Ansible. Using the ilo_firmware_version_updated task always returns a result of changed.

Environment Details

Steps to Reproduce

image

Expected Result

Status OK returned from Ansible, not Changed.

Actual Result

image image

image

nabhajit-ray commented 3 years ago

Thanks for migrating the issue from ansible repository. We will pick this up soon and keep you updated.

VenkateshRavula commented 3 years ago

We have fixed the idempotency issues for oneview_server_hardware module and merged it to master.

Please feel free to reopen if the issue still exists.