diff options
author | clime <clime@redhat.com> | 2017-05-23 11:21:05 +0200 |
---|---|---|
committer | clime <clime@redhat.com> | 2017-05-23 11:22:02 +0200 |
commit | fedf0525b060bbba4c53512b9770e53e677cd633 (patch) | |
tree | 00f49481cbf78c0096a7f7c40697b244023a2075 | |
parent | 2fb93d39c49459f85274c5f682319ee12605708c (diff) | |
download | ansible-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.yml | 2 |
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 |