This commit is contained in:
parent
0a86287a92
commit
d8329e530c
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ from copy import deepcopy
|
|||
from ansible.parsing.dataloader import DataLoader
|
||||
from ansible.vars.clean import strip_internal_keys
|
||||
|
||||
_IGNORE = ('failed', 'skipped')
|
||||
_PRESERVE = ('attempts', 'changed', 'retries')
|
||||
_IGNORE = tuple()
|
||||
_PRESERVE = ('attempts', 'changed', 'retries', 'failed', 'unreachable', 'skipped')
|
||||
|
||||
|
||||
class TaskResult:
|
||||
|
|
Loading…
Reference in a new issue