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:
Alan Rominger
2020-09-29 23:17:42 -04:00
committed by Shane McDonald
parent 6e6cd51b4d
commit 7c6975baec
3 changed files with 16 additions and 8 deletions

View File

@@ -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', '>=')"