mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
correctly deal with changed (#31812)
This commit is contained in:
committed by
Jordan Borean
parent
5751b9b224
commit
21cdddce74
@@ -10,7 +10,7 @@ from copy import deepcopy
|
||||
from ansible.parsing.dataloader import DataLoader
|
||||
from ansible.vars.manager import strip_internal_keys
|
||||
|
||||
_IGNORE = ('changed', 'failed', 'skipped')
|
||||
_IGNORE = ('failed', 'skipped')
|
||||
|
||||
|
||||
class TaskResult:
|
||||
|
||||
Reference in New Issue
Block a user