diff --git a/tasks/configure_local_mounts.yml b/tasks/configure_local_mounts.yml
index acc351a721bbde244c11d72198fae63693c0e1a3..3426abd262d8b7779c3ef63f3167efc59478e81d 100644
--- a/tasks/configure_local_mounts.yml
+++ b/tasks/configure_local_mounts.yml
@@ -3,7 +3,7 @@
   mount:
     boot: "yes"
     fstype: "tmpfs"
-    opts: "defaults,size=2G"
+    opts: "defaults,size=5G"
     path: "/tmp"
     src: "tmpfs"
     state: mounted