base: Mount /tmp using tmpfs on CentOS hosts
This commit is contained in:
parent
c9040a4529
commit
353e7facf7
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@
|
|||
loop_control:
|
||||
loop_var: role
|
||||
|
||||
- name: enable tmpfs mount for /tmp
|
||||
service:
|
||||
name: tmp.mount
|
||||
enabled: yes
|
||||
|
||||
- name: install postfix
|
||||
include_role:
|
||||
name: postfix
|
||||
|
|
Loading…
Add table
Reference in a new issue