Or no quoting
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
4eef39463f
commit
fe5f1c3152
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
- name: Deploy sender_access file
|
- name: Deploy sender_access file
|
||||||
copy: src="{{private}}/files/smtpd/sender_access" dest="/etc/postfix/sender_access"
|
copy: src="{{private}}/files/smtpd/sender_access" dest="/etc/postfix/sender_access"
|
||||||
when: "'{{postfix_group}}' == 'smtp-mm'"
|
when: postfix_group == "smtp-mm"
|
||||||
tags:
|
tags:
|
||||||
- postfix
|
- postfix
|
||||||
- config
|
- config
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
- name: Create sender_access hash
|
- name: Create sender_access hash
|
||||||
command: postmap hash:/etc/postfix/sender_access
|
command: postmap hash:/etc/postfix/sender_access
|
||||||
changed_when: false
|
changed_when: false
|
||||||
when: "{{postfix_group}} == 'smtp-mm'"
|
when: postfix_group == "smtp-mm"
|
||||||
tags:
|
tags:
|
||||||
- postfix
|
- postfix
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue