mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 11:09:45 +08:00
@@ -32,7 +32,7 @@
|
||||
|
||||
- name: Deploy sender_access file
|
||||
copy: src="{{private}}/files/smtpd/sender_access" dest="/etc/postfix/sender_access"
|
||||
when: "'{{postfix_group}}' == 'smtp-mm'"
|
||||
when: postfix_group == "smtp-mm"
|
||||
tags:
|
||||
- postfix
|
||||
- config
|
||||
@@ -41,7 +41,7 @@
|
||||
- name: Create sender_access hash
|
||||
command: postmap hash:/etc/postfix/sender_access
|
||||
changed_when: false
|
||||
when: "{{postfix_group}} == 'smtp-mm'"
|
||||
when: postfix_group == "smtp-mm"
|
||||
tags:
|
||||
- postfix
|
||||
- config
|
||||
|
||||
Reference in New Issue
Block a user