EvoBSD/roles/base/handlers/main.yml
Jérémy Dubois e019b79723 yamllint + correction /tmp softdep
softdep is not added anymore if noexec is
already defined after rw
2020-10-09 15:21:06 +02:00

9 lines
142 B
YAML

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