Merge pull request #2455 from robparrott/debuggin-help

inject a dictionary of avaiable variables and the environment into executor
pull/2494/merge
Michael DeHaan 13 years ago
commit 9be44c201a

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

Loading…
Cancel
Save