mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 09:01:40 +08:00
taskotron-dev: add a missing cron file
I forgot about it in my previous commit 987ba63be3.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
### Update grokmirror repos
|
||||
|
||||
{% for item in grokmirror_repos %}
|
||||
# pull repo for {{ item.name }}
|
||||
@hourly {{ grokmirror_user }} cd {{ grokmirror_basedir }}/{{ item.name }} && git fetch origin {{ grokmirror_default_branch }}:{{ grokmirror_default_branch }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user