From 144c02977b654ebc97cb524b98c0a026110f4216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Wed, 27 Feb 2019 12:08:44 +0100 Subject: [PATCH] =?UTF-8?q?Really=20remove=20jinja2=20in=20when=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index e841465..e739a47 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -24,7 +24,7 @@ owner: root group: root mode: '0644' - when: '{{ (arpwatch__enabled|bool) }}' + when: arpwatch__enabled|bool notify: ['restart arpwatch service'] # ]]] ## Manage service default [[[ @@ -35,8 +35,8 @@ owner: root group: root mode: '0644' - when: '{{ ((arpwatch__enabled | bool) and - (arpwatch__service_manage | bool)) }}' + when: ((arpwatch__enabled | bool) and + (arpwatch__service_manage | bool)) notify: ['restart arpwatch service'] # ]]]