Skip to content

Commit

Permalink
also sync f26
Browse files Browse the repository at this point in the history
  • Loading branch information
nirik committed Jul 27, 2016
1 parent 47a9afe commit fed9ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/bodhi2/backend/tasks/main.yml
Expand Up @@ -182,7 +182,7 @@

- name: sync packages from pkgdb2 to koji fedora
cron: name="owner-sync-fedora" minute="7,17,27,37,47,57" user="root"
job="/usr/local/bin/owner-sync-pkgdb f23;/usr/local/bin/owner-sync-pkgdb f24;/usr/local/bin/owner-sync-pkgdb f25"
job="/usr/local/bin/owner-sync-pkgdb f23;/usr/local/bin/owner-sync-pkgdb f24;/usr/local/bin/owner-sync-pkgdb f25;/usr/local/bin/owner-sync-pkgdb f26"
cron_file=update-koji-owner-fedora
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
tags:
Expand Down

0 comments on commit fed9ee4

Please sign in to comment.