ci: homeassistant: Remove hassdb playbook
The `hassdb.yml` playbook is no longer used; the new Home Assistant deployment uses the built-in database again, since it is stored on NVMe instead of an SD card. Further, the current deployment is hosted by a machine with a single filesystem, which thus cannot be remounted read-only after applying policy.jenkins-master
parent
347b5578c3
commit
c861d2f70a
|
@ -2,11 +2,8 @@
|
||||||
@Library('cfgpol')_
|
@Library('cfgpol')_
|
||||||
|
|
||||||
applyConfigPolicy(
|
applyConfigPolicy(
|
||||||
'home-assistant:hassdb',
|
null,
|
||||||
[
|
[
|
||||||
'Home Assistant DB': [
|
|
||||||
'hassdb.yml'
|
|
||||||
],
|
|
||||||
'Home Assistant': [
|
'Home Assistant': [
|
||||||
'homeassistant.yml'
|
'homeassistant.yml'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue