mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 04:48:34 +01:00
12 lines
187 B
YAML
12 lines
187 B
YAML
- name: install postfix
|
|
apt:
|
|
pkg:
|
|
- postfix
|
|
|
|
- name: copy postfix config
|
|
template:
|
|
src: postfix_main.cf
|
|
dest: /etc/postfix/main.cf
|
|
notify:
|
|
- restart postfix
|