mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Collections volume permission fix, and container group fix
Use same image for both types of container isolation Inventory move fix related to container groups
This commit is contained in:
committed by
Shane McDonald
parent
6e6cd51b4d
commit
7c6975baec
@@ -204,6 +204,9 @@
|
||||
ANSIBLE_FORCE_COLOR: false
|
||||
ANSIBLE_COLLECTIONS_PATHS: "{{projects_root}}/.__awx_cache/{{local_path}}/stage/requirements_collections"
|
||||
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no"
|
||||
# Put the local tmp directory in same volume as collection destination
|
||||
# otherwise, files cannot be moved accross volumes and will cause error
|
||||
ANSIBLE_LOCAL_TEMP: "{{projects_root}}/.__awx_cache/{{local_path}}/stage/tmp"
|
||||
|
||||
when:
|
||||
- "ansible_version.full is version_compare('2.9', '>=')"
|
||||
|
||||
Reference in New Issue
Block a user