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:
parent
3dbe65def2
commit
dec43f7a2b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue