copr: mount this only on production
This commit is contained in:
parent
9a63552b76
commit
a085020603
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue