mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 10:38:15 -03:30
Fix selinux issue w/ docker volume in sdist builder
See https://www.projectatomic.io/blog/2015/06/using-volumes-with-docker-can-cause-problems-with-selinux/
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
state: started
|
state: started
|
||||||
detach: false
|
detach: false
|
||||||
volumes:
|
volumes:
|
||||||
- ../:/awx
|
- ../:/awx:Z
|
||||||
|
|
||||||
- name: Set docker build base path
|
- name: Set docker build base path
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user