Fix another multiple tasks issue
This commit is contained in:
parent
c9e14c8e0b
commit
21ce333464
1 changed files with 3 additions and 1 deletions
|
@ -26,11 +26,13 @@
|
|||
- name: setup the freshclam cron job
|
||||
copy: src=freshclam-cron dest=/etc/cron.daily/freshclam
|
||||
|
||||
- name: setup the periodic clam scan
|
||||
- name: setup the periodic clam scan script
|
||||
template: >
|
||||
src=clamscan.sh.j2
|
||||
dest=/usr/local/bin/clamscan.sh
|
||||
mode=0755
|
||||
|
||||
- name: setup cron job for clam scan
|
||||
cron: >
|
||||
name="clamscan"
|
||||
minute={{ clamscan_minute | default(35) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue