ensure kernel-ml does not exist in base

This commit is contained in:
nazunalika 2021-11-23 08:29:38 -07:00
parent 2b4bc1f612
commit 413608d2b9
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ filter_packages = [
("^.*$", {
"*": [
"scap-security-guide-rule-playbooks",
"kernel-ml"
]
}),
]