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:
Shane McDonald 2017-09-11 15:05:29 -04:00
parent 3118092e51
commit f2ddf2af95

View File

@ -62,7 +62,7 @@
state: started
detach: false
volumes:
- ../:/awx
- ../:/awx:Z
- name: Set docker build base path
set_fact: