Schedule cron on batcave to automatically update infra-tags

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-09-25 17:11:37 +00:00
parent 3f8062e776
commit ad0f6a0339
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,2 @@
MAILTO=puiterwijk@fedoraproject.org
30 1 * * * root /mnt/fedora/app/fi-repo/infra/update.sh > /dev/null

View file

@ -234,6 +234,15 @@
- batcave
- 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
#