Move inventory.set_playbook_basedir from ansible-playbook to playbook constructor

This commit is contained in:
Serge van Ginderachter 2014-03-19 11:09:38 +01:00
commit f8ea93c732
3 changed files with 6 additions and 4 deletions

View file

@ -158,9 +158,6 @@ def main(args):
# run all playbooks specified on the command line
for playbook in args:
# let inventory know which playbooks are using so it can know the basedirs
inventory.set_playbook_basedir(os.path.dirname(playbook))
stats = callbacks.AggregateStats()
playbook_cb = callbacks.PlaybookCallbacks(verbose=utils.VERBOSITY)
if options.step: