mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 02:47:35 -02:30
Merge pull request #12175 from TheRealHaoLiu/change-ee-container-volume-selinux-label
change SELinux label for EE volume mount
This commit is contained in:
@@ -1451,8 +1451,8 @@ class RunProjectUpdate(BaseTask):
|
|||||||
params.setdefault('container_volume_mounts', [])
|
params.setdefault('container_volume_mounts', [])
|
||||||
params['container_volume_mounts'].extend(
|
params['container_volume_mounts'].extend(
|
||||||
[
|
[
|
||||||
f"{project_path}:{project_path}:Z",
|
f"{project_path}:{project_path}:z",
|
||||||
f"{cache_path}:{cache_path}:Z",
|
f"{cache_path}:{cache_path}:z",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
return params
|
return params
|
||||||
|
|||||||
Reference in New Issue
Block a user