copr: give dist-git bigger /tmp
We have 40G swap so this is fine.
This commit is contained in:
parent
c575f8c805
commit
ad885c7f8a
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue