1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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