Fix E102 No Jinja2 in when

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

View File

@ -3,6 +3,7 @@
### Fix
* Fix E405 Remote package tasks should have a retry.
* Fix E102 No Jinja2 in when.
* Fix E404 Doesn't need a relative path in role.
## v1.0.1

View File

@ -51,7 +51,7 @@ arpwatch__service_manage: True
#
# Must be a relative path from default/ directory of this role or to your
# ansible inventory directory.
arpwatch__conf_src: '../templates/etc/arpwatch.conf.j2'
arpwatch__conf_src: 'etc/arpwatch.conf.j2'
# ]]]
# .. envvar:: arpwatch__conf_username [[[.

View File

@ -30,7 +30,7 @@
## Manage service default [[[
- name: Manage service default
template:
src: '../templates/etc/default/arpwatch.j2'
src: 'etc/default/arpwatch.j2'
dest: "/etc/default/arpwatch"
owner: root
group: root