From 7ddfb63b0092e2e347c772b4a8991f92c0b9da2c Mon Sep 17 00:00:00 2001 From: guisea Date: Fri, 29 Jun 2018 21:05:57 +1200 Subject: [PATCH] Remove quotes and Jinja2 braces --- tasks/communication.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/communication.yml b/tasks/communication.yml index b8b8a8f..e95757b 100644 --- a/tasks/communication.yml +++ b/tasks/communication.yml @@ -33,7 +33,7 @@ name: postfix state: started enabled: yes - when: "{{ postfix_configure }}" + when: postfix_configure - name: Ensure root forwarding address is set lineinfile: