Really remove jinja2 in when…
This commit is contained in:
parent
15d1b0b813
commit
144c02977b
|
@ -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']
|
||||||
# ]]]
|
# ]]]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue