Skip to content

Commit 7357b34

Browse files
author
Shiva Shankar Vaddepally
committed
correcting code to add system to exception list of non-updateble keys
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
1 parent c8c77cb commit 7357b34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/module_utils/module_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
skippable_resource_list = [
4848
# In some cases, although keys are listed as immutable in the nitro_resource_map, they can actually be updated.
4949
# This list helps bypass the immutability check for these resources.
50-
"sytemfile"
50+
"systemfile"
5151
]
5252

5353

0 commit comments

Comments
 (0)