sals password instead of passwd
This commit is contained in:
parent
53beeec066
commit
d545354e4d
@ -35,7 +35,7 @@
|
|||||||
notify: restart postfix
|
notify: restart postfix
|
||||||
when: postfix_sender_relay is defined
|
when: postfix_sender_relay is defined
|
||||||
|
|
||||||
- name: postfix | sasl password
|
- name: postfix | sasl passwd
|
||||||
template:
|
template:
|
||||||
src: sasl_passwd.j2
|
src: sasl_passwd.j2
|
||||||
dest: /etc/postfix/sasl_passwd
|
dest: /etc/postfix/sasl_passwd
|
||||||
@ -43,5 +43,5 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
notify: restart postfix
|
notify: restart postfix
|
||||||
when: postfix_sasl_password is defined
|
when: postfix_sasl_passwd is defined
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{% if postfix_sasl_passwd is defined %}
|
{% if postfix_sasl_passwd is defined %}
|
||||||
{% for passwd in postfix_sasl_passwd %}
|
{% for passwd in postfix_sasl_passwd %}
|
||||||
{{ passwd }}
|
{{ passwd }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user