mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
Filter perl*bootstrap:* and rpm* modules
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
@@ -105,4 +105,13 @@ createiso_skip = [
|
||||
'src': True
|
||||
}),
|
||||
]
|
||||
|
||||
filter_modules = [
|
||||
('(Everything)$', {
|
||||
'*': [
|
||||
'perl*bootstrap:*',
|
||||
]
|
||||
}),
|
||||
]
|
||||
|
||||
koji_profile = 'bodhi_koji'
|
||||
|
||||
Reference in New Issue
Block a user