Select Git revision
configure_local_mounts.yml
configure_local_mounts.yml 194 B
---
- name: Mount tmpfs for non-persistent and fast /tmp directory
mount:
boot: "yes"
fstype: "tmpfs"
opts: "defaults,size=2G"
path: "/tmp"
src: "tmpfs"
state: mounted