Skip to content

Commit

Permalink
debug: prevent failing when printing var=rc (ansible#52074)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrizek authored and bcoca committed Feb 19, 2019
1 parent aa83307 commit f8d1fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ansible/plugins/action/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,6 @@ def run(self, tmp=None, task_vars=None):
result['skipped_reason'] = "Verbosity threshold not met."
result['skipped'] = True

result['failed'] = False

return result

0 comments on commit f8d1fa8

Please sign in to comment.