Schedule cron on batcave to automatically update infra-tags
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
3f8062e776
commit
ad0f6a0339
2 changed files with 11 additions and 0 deletions
2
roles/batcave/files/update-infra-tags
Normal file
2
roles/batcave/files/update-infra-tags
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MAILTO=puiterwijk@fedoraproject.org
|
||||||
|
30 1 * * * root /mnt/fedora/app/fi-repo/infra/update.sh > /dev/null
|
|
@ -234,6 +234,15 @@
|
||||||
- batcave
|
- batcave
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
#
|
||||||
|
# update infra-tags repo cron job
|
||||||
|
#
|
||||||
|
- name: setup update-infra-tags cron
|
||||||
|
copy: src=update-infra-tags dest=/etc/cron.d/update-infra-tags mode=0644
|
||||||
|
tags:
|
||||||
|
- batcave
|
||||||
|
- config
|
||||||
|
|
||||||
#
|
#
|
||||||
# Setup web server config
|
# Setup web server config
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue