Skip to content

Commit

Permalink
Change default version to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 5, 2024
1 parent 3922ad3 commit 7ac973f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Set up [VirtualBox](https://www.virtualbox.org/) in Debian-like systems.

#### Variables

* `virtualbox_version` [default: `6.1`]: Version to install
* `virtualbox_version` [default: `7.0`]: Version to install
* `virtualbox_install`: [default: `[]`]: Additional packages to install (e.g. `dkms`)

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# defaults file
---
virtualbox_version: 6.1
virtualbox_version: 7.0
virtualbox_install: []

0 comments on commit 7ac973f

Please sign in to comment.