Add in playbook_dir magic variable

pull/4420/head
James Cammarata 2015-06-23 14:29:39 -04:00
parent 4c6adcf143
commit 0b16580567
1 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,8 @@ class VariableManager:
# FIXME: make sure all special vars are here # FIXME: make sure all special vars are here
# Finally, we create special vars # Finally, we create special vars
all_vars['playbook_dir'] = loader.get_basedir()
if host: if host:
all_vars['groups'] = [group.name for group in host.get_groups()] all_vars['groups'] = [group.name for group in host.get_groups()]