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:
Brian Coca 2017-10-29 00:33:02 -04:00 committed by Brian Coca
commit db749de5b8
15 changed files with 236 additions and 175 deletions

View file

@ -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')