Quote this too. Quote all the things

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-08-04 16:47:29 +00:00
parent fa0d94d697
commit 4eef39463f

View file

@ -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