community.general/lib/ansible/modules/remote_management/redfish
Jose Delarosa 1c37471274 Fix idempotency issues in set_bios_attributes
- Added check to see if attribute even exists, if not, it exits.
- Then checks if attribute is already set to value we want to update
  it to. If yes, then it exits and changed=False
- Otherwise updates the attribute and changed=True
2018-10-25 11:02:02 -04:00
..
__init__.py
redfish_command.py Fix idempotency issues in set_bios_attributes 2018-10-25 11:02:02 -04:00
redfish_config.py Fix idempotency issues in set_bios_attributes 2018-10-25 11:02:02 -04:00
redfish_facts.py Update the root URI to match the DMTF specification (#45295) 2018-09-11 19:15:59 -04:00