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