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:
parent
476d175f59
commit
4a7ed7c696
1 changed files with 2 additions and 0 deletions
|
@ -12,10 +12,12 @@
|
|||
|
||||
- name: install daily custom copr-frontend-crontab
|
||||
copy: src=cron.daily/copr-frontend-optional dest=/etc/cron.daily/
|
||||
mode: 0755
|
||||
tags: [cron_tasks]
|
||||
|
||||
- name: install hourly custom copr-frontend-crontab
|
||||
copy: src=cron.hourly/copr-frontend-optional dest=/etc/cron.hourly/
|
||||
mode: 0755
|
||||
tags: [cron_tasks]
|
||||
|
||||
- name: install copr-frontend and copr-selinux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue