We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a63764 + 777e090 commit 980ed2bCopy full SHA for 980ed2b
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