mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
inject a dictionary of avaiable variables and the environment into the executor, so that templates can be used to debug playbooks by dumping more of the available context.
This commit is contained in:
@@ -337,6 +337,8 @@ class Runner(object):
|
||||
inject['hostvars'] = HostVars(self.setup_cache, self.inventory)
|
||||
inject['group_names'] = host_variables.get('group_names', [])
|
||||
inject['groups'] = self.inventory.groups_list()
|
||||
inject['vars'] = self.module_vars
|
||||
inject['environment'] = self.environment
|
||||
|
||||
# allow with_foo to work in playbooks...
|
||||
items = None
|
||||
|
||||
Reference in New Issue
Block a user