base: Imediately mount /tmp using tmpfs

This commit is contained in:
Timo Makinen 2021-03-09 21:35:48 +00:00
parent 6c9d69345d
commit aaae860b22

View file

@ -12,6 +12,7 @@
- name: enable tmpfs mount for /tmp - name: enable tmpfs mount for /tmp
service: service:
name: tmp.mount name: tmp.mount
state: started
enabled: yes enabled: yes
- name: install postfix - name: install postfix