mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
fixes to ansible_search_path
now gets basedir (no need to frontload as dwim already does that) added comment about basedir to search_path usage to avoid dupes
This commit is contained in:
@@ -817,6 +817,7 @@ class ActionBase(with_metaclass(ABCMeta, object)):
|
||||
to get back the first existing file found.
|
||||
'''
|
||||
|
||||
# dwim already deals with playbook basedirs
|
||||
path_stack = self._task.get_search_path()
|
||||
|
||||
result = self._loader.path_dwim_relative_stack(path_stack, dirname, needle)
|
||||
|
||||
Reference in New Issue
Block a user