From 0addbd2d5e25ddc500b7291b82ffbac8288d0e52 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Tue, 11 Jun 2024 18:24:41 +0200 Subject: [PATCH] wip --- bundles/homeassistant-supervised/items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/homeassistant-supervised/items.py b/bundles/homeassistant-supervised/items.py index 925a5e4..bd8a2f9 100644 --- a/bundles/homeassistant-supervised/items.py +++ b/bundles/homeassistant-supervised/items.py @@ -16,6 +16,7 @@ actions = { 'unless': f'test "$(apt -qq list os-agent | cut -d" " -f2)" = "{quote(version)}"', 'needs': { 'pkg_apt:', + 'zfs_dataset:/usr/share/hassio', }, }, 'install_homeassistant_supervised': {