mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user