1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

PEP8 indent fix.

This commit is contained in:
Michael DeHaan 2013-08-03 14:54:37 -04:00
parent 3dbe65def2
commit dec43f7a2b

View file

@ -133,7 +133,7 @@ class PlayBook(object):
self.inventory = inventory self.inventory = inventory
if self.module_path is not None: if self.module_path is not None:
utils.plugins.module_finder.add_directory(self.module_path) utils.plugins.module_finder.add_directory(self.module_path)
self.basedir = os.path.dirname(playbook) or '.' self.basedir = os.path.dirname(playbook) or '.'
utils.plugins.push_basedir(self.basedir) utils.plugins.push_basedir(self.basedir)