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_control:
|
||||||
loop_var: role
|
loop_var: role
|
||||||
|
|
||||||
|
- name: enable tmpfs mount for /tmp
|
||||||
|
service:
|
||||||
|
name: tmp.mount
|
||||||
|
enabled: yes
|
||||||
|
|
||||||
- name: install postfix
|
- name: install postfix
|
||||||
include_role:
|
include_role:
|
||||||
name: postfix
|
name: postfix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue