mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
add support for callback_plugins/ relative to playbook
This commit is contained in:
parent
1fd863cf5d
commit
2a7f9df109
3 changed files with 9 additions and 2 deletions
|
@ -28,7 +28,8 @@ PLUGIN_PATH_CACHE = {}
|
|||
_basedirs = []
|
||||
|
||||
def push_basedir(basedir):
|
||||
_basedirs.insert(0, basedir)
|
||||
if basedir not in _basedirs:
|
||||
_basedirs.insert(0, basedir)
|
||||
|
||||
class PluginLoader(object):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue