15 lines
279 B
YAML
15 lines
279 B
YAML
---
|
|
|
|
- name: postmap virtual-regexp
|
|
command: postmap /etc/postfix/virtual-regexp
|
|
listen: "postmap files"
|
|
|
|
- name: postmap transport
|
|
command: postmap /etc/postfix/transport
|
|
listen: "postmap files"
|
|
|
|
- name: restart postfix
|
|
service:
|
|
name: postfix
|
|
state: restarted
|