9 lines
212 B
YAML
9 lines
212 B
YAML
|
---
|
||
|
- name: Write sasl hash file
|
||
|
template: src=sasl_passwd.j2 dest=/etc/postfix/sasl_passwd owner=root group=root mode=0400
|
||
|
when: postfix_use_sasl_auth
|
||
|
notify: Update SASL hash
|
||
|
tags:
|
||
|
- postfix-relay
|
||
|
|