Disable Postfix
This commit is contained in:
parent
bea01912c5
commit
bdf1ff9c6b
@ -19,3 +19,8 @@
|
||||
ansible.builtin.systemd:
|
||||
name: fail2ban
|
||||
state: restarted
|
||||
- name: Disable Postfix
|
||||
ansible.builtin.systemd:
|
||||
name: postfix
|
||||
state: stopped
|
||||
enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user