copr: add custom cron.daily/copr-backend

This commit is contained in:
Jakub Kadlcik 2022-10-03 02:06:46 +02:00
parent dcf30e51a9
commit c642d777e2

View file

@ -421,3 +421,8 @@
name: lighttpd
groups: resalloc
append: yes
- name: install daily custom copr-backend crontab
copy: src=cron.daily/copr-backend dest=/etc/cron.daily/
mode=0755
tags: [cron_tasks]