Fix another multiple tasks issue

This commit is contained in:
Kevin Fenzi 2014-08-26 19:06:29 +00:00
parent c9e14c8e0b
commit 21ce333464

View file

@ -26,11 +26,13 @@
- name: setup the freshclam cron job - name: setup the freshclam cron job
copy: src=freshclam-cron dest=/etc/cron.daily/freshclam copy: src=freshclam-cron dest=/etc/cron.daily/freshclam
- name: setup the periodic clam scan - name: setup the periodic clam scan script
template: > template: >
src=clamscan.sh.j2 src=clamscan.sh.j2
dest=/usr/local/bin/clamscan.sh dest=/usr/local/bin/clamscan.sh
mode=0755 mode=0755
- name: setup cron job for clam scan
cron: > cron: >
name="clamscan" name="clamscan"
minute={{ clamscan_minute | default(35) }} minute={{ clamscan_minute | default(35) }}