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
|
- 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) }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue