mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 00:17:29 -02: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:
@@ -255,6 +255,9 @@
|
|||||||
tags:
|
tags:
|
||||||
- install_collections
|
- install_collections
|
||||||
- install_roles
|
- 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
|
# 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) }}"
|
environment: "{{ galaxy_task_env | combine(additional_galaxy_env) }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user