Merge pull request #737 from anoek/645_no_log_ansible

Added missing 'skipped' field for our no_log white list
This commit is contained in:
Akita Noek 2016-01-28 12:48:48 -05:00
commit f6357cbfe5

View File

@ -62,6 +62,7 @@ CENSOR_FIELD_WHITELIST=[
'cmd',
'rc',
'failed_when_result',
'skipped',
'skip_reason',
]