Commit dbe7a9fe by Brian Coca

Merge pull request #11857 from quinot/bug/playbook-init-comment

Minor comment fix
parents 08109731 5d3cb636
...@@ -63,7 +63,7 @@ class Playbook: ...@@ -63,7 +63,7 @@ class Playbook:
# set the loaders basedir # set the loaders basedir
self._loader.set_basedir(self._basedir) self._loader.set_basedir(self._basedir)
# dynamically load any plugins from the role directory # dynamically load any plugins from the playbook directory
for name, obj in get_all_plugin_loaders(): for name, obj in get_all_plugin_loaders():
if obj.subdir: if obj.subdir:
plugin_path = os.path.join(self._basedir, obj.subdir) plugin_path = os.path.join(self._basedir, obj.subdir)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment