mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
Merge pull request #2455 from robparrott/debuggin-help
inject a dictionary of avaiable variables and the environment into executor
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