base: Imediately mount /tmp using tmpfs
This commit is contained in:
parent
6c9d69345d
commit
aaae860b22
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
- name: enable tmpfs mount for /tmp
|
||||
service:
|
||||
name: tmp.mount
|
||||
state: started
|
||||
enabled: yes
|
||||
|
||||
- name: install postfix
|
||||
|
|
Loading…
Add table
Reference in a new issue