From a085020603755373e1ab49a6674884d514f8d800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 27 May 2016 08:39:31 +0200 Subject: [PATCH] copr: mount this only on production --- roles/copr/dist_git/tasks/mount_fs.yml | 1 + 1 file changed, 1 insertion(+) 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