mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
namespace facts
updated action plugins to use new guranteed facts updated tests to new data clean added cases for ansible_local and some docstrings
This commit is contained in:
parent
e0cb54a2aa
commit
db749de5b8
15 changed files with 236 additions and 175 deletions
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
|||
from copy import deepcopy
|
||||
|
||||
from ansible.parsing.dataloader import DataLoader
|
||||
from ansible.vars.manager import strip_internal_keys
|
||||
from ansible.vars.clean import strip_internal_keys
|
||||
|
||||
_IGNORE = ('failed', 'skipped')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue