File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
tests/integration/targets/k8s_rollback/tasks Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -280,8 +280,11 @@ def run(self):
280280 if self .files_to_copy == []:
281281 # Using warn method instead of passing warnings to exit_json as it is
282282 # deprecated in ansible-core>=2.19.0
283- self ._module .warn ("No file found from directory '{0}' into remote Pod." .format (
284- self .remote_path ))
283+ self ._module .warn (
284+ "No file found from directory '{0}' into remote Pod." .format (
285+ self .remote_path
286+ )
287+ )
285288 self .module .exit_json (
286289 changed = False ,
287290 )
Original file line number Diff line number Diff line change 402402 namespace : " {{ namespace }}"
403403 register : result
404404
405+ - name : Debug result
406+ debug :
407+ var : result
408+
405409 - name : Assert warning is returned for no rollout history
406410 assert :
407411 that :
You can’t perform that action at this time.
0 commit comments