remove comments from indron table (not allowed)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
93710e9322
commit
6bf3319090
@ -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
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user