namespace facts (#18445)

* namespace facts

always namespace facts, make the polluting of 'main' conditional on config

* updated to 2.4

* Update intro_configuration.rst
This commit is contained in:
Brian Coca 2017-03-15 20:12:16 -04:00 committed by scottb
commit dd8d699981
6 changed files with 38 additions and 4 deletions

View file

@ -733,7 +733,7 @@ class ActionBase(with_metaclass(ABCMeta, object)):
# actually execute
res = self._low_level_execute_command(cmd, sudoable=sudoable, in_data=in_data)
# parse the main result, also cleans up internal keys
# parse the main result
data = self._parse_returned_data(res)
#NOTE: INTERNAL KEYS ONLY ACCESSIBLE HERE