diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 16f79ee5ef..cdac35737d 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -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", ] }