mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Add Z to volume mount
Set ansible-runner back to main fork due to merge
This commit is contained in:
parent
06d7a61ca1
commit
130bf076f4
@ -2504,7 +2504,7 @@ class RunProjectUpdate(BaseTask):
|
||||
"process_isolation": True,
|
||||
"container_image": settings.AWX_EXECUTION_ENVIRONMENT_DEFAULT_IMAGE,
|
||||
"container_volume_mounts": [
|
||||
f"{project_path}:{project_path}",
|
||||
f"{project_path}:{project_path}:Z",
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user