fix: use correct cronscript location
This commit is contained in:
parent
f66e03e51d
commit
8e1b6445cb
1 changed files with 2 additions and 2 deletions
|
@ -532,8 +532,8 @@
|
|||
- name: Ensure renovate bot cronjob is present
|
||||
ansible.builtin.template:
|
||||
src: templates/pottwal/renovate-cron.j2
|
||||
dest: /etc/cron.d/hourly/renovate.sh
|
||||
mode: "0640"
|
||||
dest: /etc/cron.hourly/renovate-bot
|
||||
mode: "0700"
|
||||
|
||||
handlers:
|
||||
- name: Restart prosody
|
||||
|
|
Loading…
Reference in a new issue