This commit is contained in:
parent
4708ae720b
commit
c8ae22da8a
1 changed files with 13 additions and 0 deletions
|
@ -1,4 +1,17 @@
|
||||||
svc_systemd = {}
|
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 {
|
for i in {
|
||||||
'google-accounts-daemon.service',
|
'google-accounts-daemon.service',
|
||||||
|
|
Loading…
Reference in a new issue