copr: mount this only on production

This commit is contained in:
Miroslav Suchý 2016-05-27 08:39:31 +02:00
parent 9a63552b76
commit a085020603

View file

@ -9,6 +9,7 @@
- name: mount up disk of copr repo
mount: name=/var/lib/copr-dist-git src='LABEL=cdg-log' fstype=ext4 state=mounted
when: not devel
- name: Mount tmp as tmpfs
action: lineinfile dest=/etc/fstab regexp="/tmp" line="tmpfs /tmp tmpfs defaults,size=6G 0 0" state=present