From 65c88d01f25598a669d00b85abf76330c1ad6a66 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 25 Feb 2025 11:24:09 +0530 Subject: [PATCH] test: apt module without packages or options Signed-off-by: K.B.Dharun Krishna --- modules/00-vanilla-abroot.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/modules/00-vanilla-abroot.yml b/modules/00-vanilla-abroot.yml index 773b866..7e8c05f 100644 --- a/modules/00-vanilla-abroot.yml +++ b/modules/00-vanilla-abroot.yml @@ -21,10 +21,4 @@ modules: - name: abroot-deps type: apt sources: - packages: - - netavark - options: - noRecommends: false - installSuggests: false - fixMissing: false - fixBroken: false + - netavark