mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Poddlers: fix callback names
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -16,7 +16,7 @@ poddlers_toddlers:
|
||||
- "org.fedoraproject.*.toddlers.trigger.clean_retired_packages"
|
||||
|
||||
- name: distgit-bugzilla-sync
|
||||
callback: distgit_bugzilla_sync.DistgitBugzillaSync
|
||||
callback: distgit_bugzilla_sync:DistgitBugzillaSync
|
||||
topics:
|
||||
- "org.fedoraproject.*.toddlers.trigger.distgit_bugzilla_sync"
|
||||
|
||||
@@ -48,7 +48,7 @@ poddlers_toddlers:
|
||||
- "org.fedoraproject.*.toddlers.trigger.packager_bugzilla_sync"
|
||||
|
||||
- name: packagers-without-bugzilla
|
||||
callback: packagers_without_bugzilla:PackagerWithoutBugzilla
|
||||
callback: packagers_without_bugzilla:PackagersWithoutBugzilla
|
||||
topics:
|
||||
- "org.fedoraproject.*.toddlers.trigger.packagers_without_bugzilla"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user