Skip to content

Commit

Permalink
Merge pull request #266 from Wenzel/remove_vagrant_pinning
Browse files Browse the repository at this point in the history
deploy: remove Vagrant pinning
  • Loading branch information
Wenzel authored Jan 5, 2024
2 parents 1f5373e + 12e12a1 commit e244b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
ansible.builtin.apt:
name:
- packer
# vagrant-host-shell plugin doesn't support 2.3.7-1 or newer
- vagrant=2.3.6-1
- vagrant
# dependency for vagrant plugins
- ruby-dev
# dependency for vagrant-libvirt
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/windows/windows_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To verify your installation:
$ packer version
Packer v1.9.1 # or above
$ vagrant version
Installed Version: 2.3.6 # pinned 2.3.6
Installed Version: 2.3.6
Latest Version: 2.3.7
...
$ vagrant plugin list
Expand Down

0 comments on commit e244b8a

Please sign in to comment.