mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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.parsing.dataloader import DataLoader
|
||||||
from ansible.vars.clean import strip_internal_keys
|
from ansible.vars.clean import strip_internal_keys
|
||||||
|
|
||||||
_IGNORE = ('failed', 'skipped')
|
_IGNORE = tuple()
|
||||||
_PRESERVE = ('attempts', 'changed', 'retries')
|
_PRESERVE = ('attempts', 'changed', 'retries', 'failed', 'unreachable', 'skipped')
|
||||||
|
|
||||||
|
|
||||||
class TaskResult:
|
class TaskResult:
|
||||||
|
|
Loading…
Reference in a new issue