diff --git a/bundles/gce-workaround/items.py b/bundles/gce-workaround/items.py index feb0f82..7641c50 100644 --- a/bundles/gce-workaround/items.py +++ b/bundles/gce-workaround/items.py @@ -1,4 +1,17 @@ svc_systemd = {} +pkg_apt = {} + +for i in { + 'google-cloud-packages-archive-keyring', + 'google-cloud-sdk', + 'google-compute-engine', + 'google-compute-engine-oslogin', + 'google-guest-agent', + 'google-osconfig-agent', +}: + pkg_apt[i] = { + 'installed': False, + } for i in { 'google-accounts-daemon.service',