mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
parent
8abd6370df
commit
fc7859f445
3 changed files with 3 additions and 3 deletions
|
@ -612,7 +612,7 @@ class Runner(object):
|
|||
inject['vars'] = self.module_vars
|
||||
inject['defaults'] = self.default_vars
|
||||
inject['environment'] = self.environment
|
||||
inject['playbook_dir'] = self.basedir
|
||||
inject['playbook_dir'] = os.path.abspath(self.basedir)
|
||||
|
||||
# template this one is available, callbacks use this
|
||||
delegate_to = self.module_vars.get('delegate_to')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue