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 b22ac8c commit f7933b1Copy full SHA for f7933b1
plugins/module_utils/module_executor.py
@@ -469,7 +469,7 @@ def create_or_update(self):
469
self.resource_module_params.pop(key)
470
471
is_identical, temp_immutable_list = self.is_resource_identical()
472
- #temp_immutable_list is a dummy as '_' is not allowed in lint.
+ # 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