mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Try this fix for template
This commit is contained in:
@@ -17,7 +17,7 @@ find {{ path }} -ctime -${DAYS} -type f >> $FILELIST
|
||||
|
||||
/bin/nice -5 /usr/bin/clamscan --infected --quiet --file-list=$FILELIST --log=$LOGFILE \
|
||||
{% for path in clamscan_excludes|default([]) %}
|
||||
--exclude={{ exclude }} \
|
||||
--exclude={{ path }} \
|
||||
{% endfor %}
|
||||
2> /dev/null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user