opensmtpd: support relaying mail
This commit is contained in:
parent
b252e451f6
commit
be8e47119f
3 changed files with 22 additions and 0 deletions
5
roles/opensmtpd/handlers/main.yml
Normal file
5
roles/opensmtpd/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: restart smtpd
|
||||
service:
|
||||
name: smtpd
|
||||
state: restarted
|
||||
when: "'handler' not in ansible_skip_tags"
|
Loading…
Add table
Add a link
Reference in a new issue