copr: give dist-git bigger /tmp

We have 40G swap so this is fine.
This commit is contained in:
Miroslav Suchý 2016-04-20 14:55:51 +02:00
parent c575f8c805
commit ad885c7f8a

View file

@ -35,6 +35,9 @@
- name: allow httpd to access git user content
seboolean: name=httpd_read_user_content state=yes persistent=yes
- name: Secure tmpfs read only
mount: name=/dev/shm src=tmpfs fstype=tmpfs opts=defaults,size=40G state=present
# -- Dist Git --------------------------------------------
# This is the Git setup itself: group, root directory, scripts,...
- name: create the distgit root directory (/srv/git)