copr: fe: add executable bit to cron jobs

Perhaps related to issue solved by:
https://pagure.io/copr/copr/pull-request/1229
This commit is contained in:
Pavel Raiskup 2020-01-30 08:52:24 +01:00 committed by Pierre-Yves Chibon
parent 476d175f59
commit 4a7ed7c696

View file

@ -12,10 +12,12 @@
- name: install daily custom copr-frontend-crontab - name: install daily custom copr-frontend-crontab
copy: src=cron.daily/copr-frontend-optional dest=/etc/cron.daily/ copy: src=cron.daily/copr-frontend-optional dest=/etc/cron.daily/
mode: 0755
tags: [cron_tasks] tags: [cron_tasks]
- name: install hourly custom copr-frontend-crontab - name: install hourly custom copr-frontend-crontab
copy: src=cron.hourly/copr-frontend-optional dest=/etc/cron.hourly/ copy: src=cron.hourly/copr-frontend-optional dest=/etc/cron.hourly/
mode: 0755
tags: [cron_tasks] tags: [cron_tasks]
- name: install copr-frontend and copr-selinux - name: install copr-frontend and copr-selinux