mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
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:
parent
12f6beaebd
commit
dd8d699981
6 changed files with 38 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue