debug: prevent failing when printing var=rc (#52074)

Fixes #52073
pull/52605/head
Martin Krizek 5 years ago committed by Brian Coca
parent aa83307c68
commit f8d1fa80e9

@ -75,4 +75,6 @@ class ActionModule(ActionBase):
result['skipped_reason'] = "Verbosity threshold not met."
result['skipped'] = True
result['failed'] = False
return result

Loading…
Cancel
Save