mirror of
https://github.com/hassio-addons/hassio-vagrant.git
synced 2025-05-03 18:41:30 +00:00
✨ Adds option to keep HA config on destroy (#21)
This commit is contained in:
parent
38608b478a
commit
eb5c1a8b80
2 changed files with 2 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -86,7 +86,7 @@ module HassioCommunityAddons
|
|||
machine_provider_virtualbox machine
|
||||
machine_shares machine
|
||||
machine_provision machine
|
||||
machine_cleanup_on_destroy machine
|
||||
machine_cleanup_on_destroy machine unless @config['keep_config']
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ hostname: hassio
|
|||
post_up_message: Hass.io starting... wait a couple of minutes!
|
||||
box: ubuntu/bionic64
|
||||
bridge: ~
|
||||
keep_config: false
|
||||
shares:
|
||||
addons: /usr/share/hassio/addons/local
|
||||
backup: /usr/share/hassio/backup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue