We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ac5e9 commit bc81c10Copy full SHA for bc81c10
plugins/modules/platform_update.py
@@ -881,7 +881,7 @@ def platform_update(module):
881
if adapter_id not in output.get("SRIOVAdapterUpdate", {}).get("AdapterID"):
882
error_msg = f"SRIOVAdapter with ID {adapter_id} is not present for system {system_name}"
883
module.fail_json(msg=error_msg)
884
- adapter_id['adapter_id'] = str(adapter_id)
+ adapter['adapter_id'] = str(adapter_id)
885
886
# IO Adapter Avaiabillty check
887
if all_io_updates:
0 commit comments