Skip to content

Commit

Permalink
Return back chdir to project sync to support project-local roles/coll…
Browse files Browse the repository at this point in the history
…ections

Signed-off-by: eric-zadara <[email protected]>
  • Loading branch information
eric-zadara authored and relrod committed Jul 25, 2023
1 parent 98bfe3f commit 852bb07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions awx/playbooks/project_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}"
Expand Down

0 comments on commit 852bb07

Please sign in to comment.