The cron job is a file not a template
This commit is contained in:
parent
7559f7fd3b
commit
ece9821690
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
||||||
- anitya_backend
|
- anitya_backend
|
||||||
|
|
||||||
- name: Install the cron job
|
- name: Install the cron job
|
||||||
template: src={{ item.file }}
|
copy: src={{ item.file }}
|
||||||
dest={{ item.location }}/{{ item.file }}
|
dest={{ item.location }}/{{ item.file }}
|
||||||
with_items:
|
with_items:
|
||||||
- { file: 'anitya.cron', location: /etc/cron.d }
|
- { file: 'anitya.cron', location: /etc/cron.d }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue