File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ def create_or_update(self):
471
471
consider_non_updatable_args = self .module .params .get ('consider_non_updatable_arguments' , False )
472
472
if consider_non_updatable_args :
473
473
log (
474
- "INFO: Resource %s:%s exists and is different. %s "
474
+ "INFO: Resource %s:%s exists and is different."
475
475
% (self .resource_name , self .resource_id )
476
476
)
477
477
ok , err = update_resource (
@@ -485,7 +485,7 @@ def create_or_update(self):
485
485
486
486
is_identical , temp_immutable_list = self .is_resource_identical ()
487
487
# temp_immutable_list is a dummy as '_' is not allowed in lint.
488
-
488
+
489
489
if is_identical :
490
490
msg = (
491
491
f"Resource { self .resource_name } /{ self .resource_id } not updated because user is trying to "
You can’t perform that action at this time.
0 commit comments