mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Minor comment fix
This commit is contained in:
parent
faf4c3bb6c
commit
5d3cb636ad
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Playbook:
|
|||
# set the loaders 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():
|
||||
if obj.subdir:
|
||||
plugin_path = os.path.join(self._basedir, obj.subdir)
|
||||
|
|
Loading…
Reference in a new issue