This commit is contained in:
Kevin Fenzi 2016-11-03 20:06:31 +00:00
parent 64e456c769
commit af23c3c63f

View file

@ -148,6 +148,7 @@
mode=0644 mode=0644
tags: tags:
- config - config
- bodhi
# #
# cron job that syncs packages to koji # cron job that syncs packages to koji
@ -188,6 +189,7 @@
cron_file=update-koji-owner-fedora cron_file=update-koji-owner-fedora
when: inventory_hostname.startswith('bodhi-backend03') and env == "production" when: inventory_hostname.startswith('bodhi-backend03') and env == "production"
tags: tags:
- bodhi
- name: sync packages from pkgdb2 to koji fedor (docker) - name: sync packages from pkgdb2 to koji fedor (docker)
cron: name="owner-sync-fedora" minute="7,17,27,37,47,57" user="root" cron: name="owner-sync-fedora" minute="7,17,27,37,47,57" user="root"
@ -196,7 +198,6 @@
when: inventory_hostname.startswith('bodhi-backend03') and env == "production" when: inventory_hostname.startswith('bodhi-backend03') and env == "production"
tags: tags:
- bodhi - bodhi
- bodhi
# #
# cron job that syncs updates to master mirror # cron job that syncs updates to master mirror
# #