mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 09:49:48 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user