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
Dustin 2021-10-16 10:20:01 -05:00
parent 347b5578c3
commit c861d2f70a
1 changed files with 1 additions and 4 deletions

View File

@ -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'
] ]