From a58c5877bfdba35092131abaf63f8bf05fec7046 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 9 Nov 2020 16:48:28 +0100 Subject: [PATCH] bundles/gce-workaround: uninstall gce-disk-expand, too --- bundles/gce-workaround/items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/gce-workaround/items.py b/bundles/gce-workaround/items.py index 7641c50..583e055 100644 --- a/bundles/gce-workaround/items.py +++ b/bundles/gce-workaround/items.py @@ -2,6 +2,7 @@ svc_systemd = {} pkg_apt = {} for i in { + 'gce-disk-expand', 'google-cloud-packages-archive-keyring', 'google-cloud-sdk', 'google-compute-engine',