mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
11 lines
298 B
YAML
11 lines
298 B
YAML
- name: Install postfwd
|
|
pacman: name=postfwd state=present
|
|
|
|
- name: Install postfwd.cf
|
|
template: src=postfwd.cf.j2 dest=/etc/postfwd/postfwd.cf owner=postfwd group=root mode=0600
|
|
notify:
|
|
- Reload postfwd
|
|
|
|
- name: Start and enable postfwd
|
|
service: name=postfwd enabled=yes state=started
|