Skip to content

Commit

Permalink
Fix #410
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Sep 19, 2017
1 parent 5c3f44b commit 2773512
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IM/ansible_utils/ansible_executor_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ def run(self):
for playbook_path in self._playbooks:
pb = Playbook.load(
playbook_path, variable_manager=self._variable_manager, loader=self._loader)
self._inventory.set_playbook_basedir(
os.path.dirname(playbook_path))

# make sure the tqm has callbacks loaded
self._tqm.load_callbacks()
Expand Down

0 comments on commit 2773512

Please sign in to comment.