diff --git a/roles/copr/dist_git/tasks/mount_fs.yml b/roles/copr/dist_git/tasks/mount_fs.yml index 405f4bb9b4..61fe35280e 100644 --- a/roles/copr/dist_git/tasks/mount_fs.yml +++ b/roles/copr/dist_git/tasks/mount_fs.yml @@ -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