evolinux-base: fix /var/tmp mount point
This commit is contained in:
parent
adedad0403
commit
001b58e1fe
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
- name: /var/tmp is created
|
||||
mount:
|
||||
src: tmpfs
|
||||
name: /var/tmpfs
|
||||
name: /var/tmp
|
||||
fstype: tmpfs
|
||||
opts: defaults,noexec,nosuid,nodev,size=1024m
|
||||
state: mounted
|
||||
|
|
Loading…
Reference in a new issue