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

Fixes #52073
This commit is contained in:
Martin Krizek
2019-02-19 21:24:11 +01:00
committed by Brian Coca
parent aa83307c68
commit f8d1fa80e9

View File

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