mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Addresses #5341 Expand home directories when searching for roles in ansible-playbook
This commit is contained in:
@@ -164,6 +164,7 @@ class Play(object):
|
||||
if C.DEFAULT_ROLES_PATH:
|
||||
search_locations = C.DEFAULT_ROLES_PATH.split(os.pathsep)
|
||||
for loc in search_locations:
|
||||
loc = os.path.expanduser(loc)
|
||||
possible_paths.append(utils.path_dwim(loc, orig_path))
|
||||
|
||||
for path_option in possible_paths:
|
||||
|
||||
Reference in New Issue
Block a user