mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Resolve merge commit.
This commit is contained in:
@@ -339,6 +339,8 @@ class Runner(object):
|
||||
inject['groups'] = self.inventory.groups_list()
|
||||
inject['vars'] = self.module_vars
|
||||
inject['environment'] = self.environment
|
||||
if self.inventory.basedir() is not None:
|
||||
inject['inventory_dir'] = self.inventory.basedir()
|
||||
|
||||
# allow with_foo to work in playbooks...
|
||||
items = None
|
||||
|
||||
Reference in New Issue
Block a user