mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 00:51:39 +08:00
Drop another blacklist use
This is in something we're never going to deploy again anyway so it feels kind of absurd, but hey. The variable isn't actually defined anywhere any more (tflink wiped the vars files that set it) so this was actually technically broken. This technically makes it less broken so I am okay with it! Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
|
||||
- when:
|
||||
message_type: KojiBuildPackageCompleted
|
||||
name:
|
||||
$nin: [{{ trigger_abicheck_blacklist | join(',') }}]
|
||||
do:
|
||||
- tasks:
|
||||
- abicheck
|
||||
|
||||
Reference in New Issue
Block a user