mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add in playbook_dir magic variable
This commit is contained in:
@@ -213,6 +213,8 @@ class VariableManager:
|
||||
# FIXME: make sure all special vars are here
|
||||
# Finally, we create special vars
|
||||
|
||||
all_vars['playbook_dir'] = loader.get_basedir()
|
||||
|
||||
if host:
|
||||
all_vars['groups'] = [group.name for group in host.get_groups()]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user