Try this to make new ansible happy.

This commit is contained in:
Kevin Fenzi 2015-01-10 02:26:21 +00:00
parent d113a02e4e
commit 6bb1db68f3

View file

@ -42,8 +42,8 @@
user=root
minute="{{ clamscan_minute | default(35) }}"
hour="{{ clamscan_hour | default(4) }}"
day="{{ clamscan_day | default(*) }}"
month="{{ clamscan_month | default(*) }}"
day="{{ clamscan_day | default('*') }}"
month="{{ clamscan_month | default('*') }}"
weekday="{{ clamscan_weekday | default(5) }}"
job="/usr/local/bin/clamscan.sh"
cron_file="ansible-clamscan"