mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
PEP8 indent fix.
This commit is contained in:
@@ -133,7 +133,7 @@ class PlayBook(object):
|
||||
self.inventory = inventory
|
||||
|
||||
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 '.'
|
||||
utils.plugins.push_basedir(self.basedir)
|
||||
|
||||
Reference in New Issue
Block a user