proxmox-backup: set mail relay
This commit is contained in:
parent
b02ebf5be3
commit
ac52c13803
2 changed files with 13 additions and 0 deletions
|
@ -16,3 +16,9 @@
|
|||
name: nftables
|
||||
state: reloaded
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: reload postfix
|
||||
service:
|
||||
name: postfix
|
||||
state: reloaded
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue