mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
correctly deal with changed (#31812)
This commit is contained in:
parent
5751b9b224
commit
21cdddce74
3 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue