Fix the roles_path to actually work in a venv
Change-Id: I5c5ec734b6656de151fbf69cfe4be571772fa857
This commit is contained in:
parent
7b587fe0f5
commit
07a23588c1
@ -5,8 +5,7 @@ retry_files_enabled = False
|
|||||||
callback_whitelist = profile_tasks
|
callback_whitelist = profile_tasks
|
||||||
|
|
||||||
# Attempt to load custom modules whether it's installed system-wide or from a virtual environment
|
# Attempt to load custom modules whether it's installed system-wide or from a virtual environment
|
||||||
roles_path = roles:$VIRTUAL_ENV/usr/share/ansible/roles/tripleo-modify-image:$VIRTUAL_ENV/usr/local/share/
|
roles_path = roles:$VIRTUAL_ENV/usr/share/ansible/roles/tripleo-modify-image:$VIRTUAL_ENV/share/ansible/roles/
|
||||||
|
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
control_path = %(directory)s/%C
|
control_path = %(directory)s/%C
|
||||||
|
Loading…
x
Reference in New Issue
Block a user