Really remove jinja2 in when…

This commit is contained in:
Jeremy Gardais 2019-02-27 12:08:44 +01:00
parent 15d1b0b813
commit 144c02977b
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
owner: root owner: root
group: root group: root
mode: '0644' mode: '0644'
when: '{{ (arpwatch__enabled|bool) }}' when: arpwatch__enabled|bool
notify: ['restart arpwatch service'] notify: ['restart arpwatch service']
# ]]] # ]]]
## Manage service default [[[ ## Manage service default [[[
@ -35,8 +35,8 @@
owner: root owner: root
group: root group: root
mode: '0644' mode: '0644'
when: '{{ ((arpwatch__enabled | bool) and when: ((arpwatch__enabled | bool) and
(arpwatch__service_manage | bool)) }}' (arpwatch__service_manage | bool))
notify: ['restart arpwatch service'] notify: ['restart arpwatch service']
# ]]] # ]]]