Fix E102 No Jinja2 in when

This commit is contained in:
Jeremy Gardais 2019-02-27 12:03:05 +01:00
parent 61f73d3b41
commit 15dde2ee73
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
### Fix
* Fix E405 Remote package tasks should have a retry.
* Fix E102 No Jinja2 in when.
## v1.0.1

View File

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