The cron job is a file not a template

This commit is contained in:
Pierre-Yves Chibon 2014-10-01 17:54:10 +02:00
parent 7559f7fd3b
commit ece9821690

View file

@ -103,7 +103,7 @@
- anitya_backend
- name: Install the cron job
template: src={{ item.file }}
copy: src={{ item.file }}
dest={{ item.location }}/{{ item.file }}
with_items:
- { file: 'anitya.cron', location: /etc/cron.d }