We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b8d13 commit b22ac8cCopy full SHA for b22ac8c
plugins/module_utils/module_executor.py
@@ -468,8 +468,8 @@ def create_or_update(self):
468
for key in immutable_keys_list:
469
self.resource_module_params.pop(key)
470
471
- is_identical, _ = self.is_resource_identical()
472
-
+ is_identical, temp_immutable_list = self.is_resource_identical()
+ #temp_immutable_list is a dummy as '_' is not allowed in lint.
473
if is_identical:
474
msg = (
475
f"Resource {self.resource_name}/{self.resource_id} not updated because user is trying to "
0 commit comments