remove comments from indron table (not allowed)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-02-12 18:34:48 +01:00
parent 93710e9322
commit 6bf3319090
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ scan2mail_packages_extra: []
scan2mail_mail_domain: example.com
scan2mail_from_address: "printer@{{ scan2mail_mail_domain }}"
scan2mail_subject: "Scan2Mail attachments"
# @varr scan2mail_message: $ "_unset_"
# @var scan2mail_message: $ "_unset_"
scan2mail_incron_system_table_dir: /etc/incron.d
@ -12,7 +12,8 @@ scan2mail_incron_jobs: []
# scan2mail_incron_jobs:
# - path: /path/to/scan/dir
# mask: IN_CREATE
# action: scan2mail
# action: /usr/local/bin/scan2mail
# options:
# - $@
# - $#
# @end

View File

@ -1,5 +1,4 @@
#jinja2: lstrip_blocks: True
{{ ansible_managed | comment }}
{% for item in scan2mail_incron_jobs %}
{{ item.path }} {{ item.mask }} {{ item.action }} {{ item.options | join(" ") }}
{% endfor %}