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_mail_domain: example.com
|
||||||
scan2mail_from_address: "printer@{{ scan2mail_mail_domain }}"
|
scan2mail_from_address: "printer@{{ scan2mail_mail_domain }}"
|
||||||
scan2mail_subject: "Scan2Mail attachments"
|
scan2mail_subject: "Scan2Mail attachments"
|
||||||
# @varr scan2mail_message: $ "_unset_"
|
# @var scan2mail_message: $ "_unset_"
|
||||||
|
|
||||||
scan2mail_incron_system_table_dir: /etc/incron.d
|
scan2mail_incron_system_table_dir: /etc/incron.d
|
||||||
|
|
||||||
@ -12,7 +12,8 @@ scan2mail_incron_jobs: []
|
|||||||
# scan2mail_incron_jobs:
|
# scan2mail_incron_jobs:
|
||||||
# - path: /path/to/scan/dir
|
# - path: /path/to/scan/dir
|
||||||
# mask: IN_CREATE
|
# mask: IN_CREATE
|
||||||
# action: scan2mail
|
# action: /usr/local/bin/scan2mail
|
||||||
# options:
|
# options:
|
||||||
# - $@
|
# - $@
|
||||||
# - $#
|
# - $#
|
||||||
|
# @end
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#jinja2: lstrip_blocks: True
|
#jinja2: lstrip_blocks: True
|
||||||
{{ ansible_managed | comment }}
|
|
||||||
{% for item in scan2mail_incron_jobs %}
|
{% for item in scan2mail_incron_jobs %}
|
||||||
{{ item.path }} {{ item.mask }} {{ item.action }} {{ item.options | join(" ") }}
|
{{ item.path }} {{ item.mask }} {{ item.action }} {{ item.options | join(" ") }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user