arreglo bug
This commit is contained in:
parent
cc7260fea3
commit
fbdb8d92af
@ -31,7 +31,7 @@
|
|||||||
{% endif %}{% endfor %}
|
{% endif %}{% endfor %}
|
||||||
dest: "{{ postfix_mail_domains[domain].user_lookup.file |
|
dest: "{{ postfix_mail_domains[domain].user_lookup.file |
|
||||||
default('/etc/postfix/'+domain+'_users') |
|
default('/etc/postfix/'+domain+'_users') |
|
||||||
replace_regexp('^/etc/postfix',postfix_mountpoint) }}"
|
regex_replace('^/etc/postfix',postfix_mountpoint) }}"
|
||||||
marker: "# {mark} ANSIBLE-MANAGED USERS"
|
marker: "# {mark} ANSIBLE-MANAGED USERS"
|
||||||
create: yes
|
create: yes
|
||||||
when:
|
when:
|
||||||
@ -46,7 +46,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
dest: "{{ postfix_mail_domains[domain].user_lookup.file |
|
dest: "{{ postfix_mail_domains[domain].user_lookup.file |
|
||||||
default('/etc/postfix/'+domain+'_aliases') |
|
default('/etc/postfix/'+domain+'_aliases') |
|
||||||
replace_regexp('^/etc/postfix',postfix_mountpoint) }}"
|
regex_replace('^/etc/postfix',postfix_mountpoint) }}"
|
||||||
marker: "# {mark} ANSIBLE-MANAGED ALIASES"
|
marker: "# {mark} ANSIBLE-MANAGED ALIASES"
|
||||||
create: yes
|
create: yes
|
||||||
when:
|
when:
|
||||||
@ -61,5 +61,5 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
dest: "{{ postfix_mail_domains[domain].noreply_file |
|
dest: "{{ postfix_mail_domains[domain].noreply_file |
|
||||||
default('/etc/postfix/'+domain+'_noreply') |
|
default('/etc/postfix/'+domain+'_noreply') |
|
||||||
replace_regexp('^/etc/postfix',postfix_mountpoint) }}"
|
regex_replace('^/etc/postfix',postfix_mountpoint) }}"
|
||||||
notify: postmap no reply aliases
|
notify: postmap no reply aliases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user