Skip to content

Commit bc81c10

Browse files
author
Chiranthan M V
committed
correction
1 parent 36ac5e9 commit bc81c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/platform_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ def platform_update(module):
881881
if adapter_id not in output.get("SRIOVAdapterUpdate", {}).get("AdapterID"):
882882
error_msg = f"SRIOVAdapter with ID {adapter_id} is not present for system {system_name}"
883883
module.fail_json(msg=error_msg)
884-
adapter_id['adapter_id'] = str(adapter_id)
884+
adapter['adapter_id'] = str(adapter_id)
885885

886886
# IO Adapter Avaiabillty check
887887
if all_io_updates:

0 commit comments

Comments
 (0)