mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -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:
parent
3118092e51
commit
f2ddf2af95
@ -62,7 +62,7 @@
|
||||
state: started
|
||||
detach: false
|
||||
volumes:
|
||||
- ../:/awx
|
||||
- ../:/awx:Z
|
||||
|
||||
- name: Set docker build base path
|
||||
set_fact:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user