base: Mount /tmp using tmpfs on CentOS hosts

This commit is contained in:
Timo Makinen 2021-02-12 06:48:21 +00:00
parent c9040a4529
commit 353e7facf7

View file

@ -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