aboutsummaryrefslogblamecommitdiffstats
path: root/roles/debian/tasks/tmpfs.yml
blob: 67b16c6b5a96c3e952290dfa15fa186d0a21289c (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                         
---
- name: Mount tmpfs on /tmp
  copy:
    dest: '/etc/systemd/system/tmp.mount'
    src: tmp.mount
    owner: root
    group: root
    mode: 0644

# vim: set ts=2 sw=2 et: