base/postfix: no need to make a hash here, regexp uses the normal file.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-02-13 18:21:25 +00:00
parent 6a0a3994ce
commit b035dceff5

View file

@ -38,15 +38,6 @@
- config
- base
- name: Create sender_access hash
command: postmap regexp:/etc/postfix/sender_access
changed_when: false
when: postfix_group == "smtp-mm" or postfix_group == "mailman"
tags:
- postfix
- config
- base
- name: enable postfix to start
service: name=postfix state=started enabled=true
tags: