Fix E102 No Jinja2 in when
This commit is contained in:
parent
61f73d3b41
commit
15dde2ee73
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
* Fix E405 Remote package tasks should have a retry.
|
* Fix E405 Remote package tasks should have a retry.
|
||||||
|
* Fix E102 No Jinja2 in when.
|
||||||
|
|
||||||
## v1.0.1
|
## v1.0.1
|
||||||
|
|
||||||
|
|
|
@ -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 [[[
|
||||||
|
|
Loading…
Reference in New Issue