mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
The cron job is a file not a template
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user