diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 69ea4a2d00..13744f88fd 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -93,10 +93,6 @@ owner=apache mode=0640 with_items: - - f21-updates.mash - - f21-updates-testing.mash - - f22-updates.mash - - f22-updates-testing.mash - f23-updates.mash - f23-updates-testing.mash - f24-updates.mash @@ -186,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 f22;/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" cron_file=update-koji-owner-fedora when: inventory_hostname.startswith('bodhi-backend01') and env == "production" tags: