mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Fix another multiple tasks issue
This commit is contained in:
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user