add tmpfs to copr-be

This commit is contained in:
Miroslav Suchý 2014-06-25 20:29:13 +00:00
parent bf6e2b560f
commit 22ea034121

View file

@ -36,6 +36,9 @@
- name: mount up disk of copr repo
action: mount name=/var/lib/copr/public_html src='LABEL=copr-repo' fstype=ext4 state=mounted
- name: mount /tmp/
action: mount name=/tmp src='tmpfs' fstype=tmpfs state=mounted
# We cannot use repo pointing to ourselfs :(
#- name: copy copr.repo
# action: copy src=$files/copr/fe/yum/copr.repo dest=/etc/yum.repos.d/copr.repo