bundles: fix missing stuff
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
fc0495f13a
commit
9111d49bf4
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue