EvoBSD/roles/base/handlers/main.yml
Jérémy Dubois 88df904282 Customize fstab with noexec and softdep
Add softdep to each partitions
Add noexec to /tmp and remount it if necessary
2020-10-09 15:21:06 +02:00

9 lines
139 B
YAML

---
- name: newaliases
shell: smtpctl update table aliases
- name: remount /tmp
command: mount -u -o noexec /tmp
args:
warn: no