proxmox-backup: set mail relay

This commit is contained in:
Timotej Lazar 2025-01-07 11:19:47 +01:00
parent b02ebf5be3
commit ac52c13803
2 changed files with 13 additions and 0 deletions

View file

@ -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"