summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclime <clime@redhat.com>2017-05-23 11:21:05 +0200
committerclime <clime@redhat.com>2017-05-23 11:22:02 +0200
commitfedf0525b060bbba4c53512b9770e53e677cd633 (patch)
tree00f49481cbf78c0096a7f7c40697b244023a2075
parent2fb93d39c49459f85274c5f682319ee12605708c (diff)
downloadansible-fedf0525b060bbba4c53512b9770e53e677cd633.tar.gz
ansible-fedf0525b060bbba4c53512b9770e53e677cd633.tar.xz
ansible-fedf0525b060bbba4c53512b9770e53e677cd633.zip
copr-dist-git: make /tmp tmpfs mount larger in size
-rw-r--r--roles/copr/dist_git/tasks/mount_fs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/copr/dist_git/tasks/mount_fs.yml b/roles/copr/dist_git/tasks/mount_fs.yml
index bdfee5e59..865dbf82e 100644
--- a/roles/copr/dist_git/tasks/mount_fs.yml
+++ b/roles/copr/dist_git/tasks/mount_fs.yml
@@ -12,4 +12,4 @@
when: not devel
- name: mount tmp on tmpfs
- mount: name=/tmp src=tmpfs fstype=tmpfs state=mounted opts=defaults,size=6G
+ mount: name=/tmp src=tmpfs fstype=tmpfs state=mounted opts=defaults,size=39G