Merge "Fix roles_path"

This commit is contained in:
Zuul 2021-01-26 12:26:59 +00:00 committed by Gerrit Code Review
commit 1366515526
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ retry_files_enabled = False
callback_whitelist = profile_tasks
# Attempt to load custom modules whether it's installed system-wide or from a virtual environment
roles_path = roles:$VIRTUAL_ENV/usr/share/local/ansible/roles/tripleo-collect-logs:$VIRTUAL_ENV/share/local
roles_path = roles:$VIRTUAL_ENV/share/ansible/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:$VIRTUAL_ENV/usr/share/ansible/roles