proxmox: set mail relay
This commit is contained in:
parent
9932064758
commit
2e3d7d180d
2 changed files with 13 additions and 0 deletions
|
@ -6,6 +6,12 @@
|
|||
command: ifreload -a
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: reload postfix
|
||||
service:
|
||||
name: postfix
|
||||
state: reloaded
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: update package cache
|
||||
package:
|
||||
update_cache: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue