mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Return back chdir to project sync to support project-local roles/collections
Signed-off-by: eric-zadara <eric@zadarastorage.com>
This commit is contained in:
parent
98bfe3f43f
commit
852bb0717c
@ -255,6 +255,9 @@
|
||||
tags:
|
||||
- install_collections
|
||||
- install_roles
|
||||
module_defaults:
|
||||
ansible.builtin.command:
|
||||
chdir: "{{ project_path | quote }}"
|
||||
|
||||
# We combine our additional_galaxy_env into galaxy_task_env so that our values are preferred over anything a user would set
|
||||
environment: "{{ galaxy_task_env | combine(additional_galaxy_env) }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user