Add cron conf

This commit is contained in:
SebClem 2021-12-06 12:41:42 +01:00
parent 12b50df72a
commit 6e35b87f3f
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305

View File

@ -35,3 +35,9 @@
owner: root
group: root
mode: u=rwx,g=rx,o=rx
- name: Add cron
cron:
name: Run renovate
minute: "0"
job: "/etc/renovate/renovate"