mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Minor comment fix
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user