We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7877a8 + 980ed2b commit e1e3d51Copy full SHA for e1e3d51
1 file changed
plugins/module_utils/module_executor.py
@@ -47,7 +47,7 @@
47
skippable_resource_list = [
48
# In some cases, although keys are listed as immutable in the nitro_resource_map, they can actually be updated.
49
# This list helps bypass the immutability check for these resources.
50
- "sytemfile"
+ "systemfile"
51
]
52
53
0 commit comments