✨: add smtp global relay
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m22s
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m22s
This commit is contained in:
6
roles/global_smtp_relay/handlers/main.yml
Normal file
6
roles/global_smtp_relay/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Restart postfix
|
||||
ansible.bultin.service:
|
||||
name: postfix
|
||||
state: restarted
|
||||
enable: true
|
Reference in New Issue
Block a user