bundles: fix missing stuff
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-17 16:59:39 +02:00
parent fc0495f13a
commit 9111d49bf4
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,6 @@ svc_systemd = {
}
zfs_datasets = node.metadata.get('zfs/datasets', {})
zfs_pools = {}
for name, attrs in node.metadata.get('zfs/pools', {}).items():
zfs_pools[name] = attrs