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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue