diff --git a/deploy/intellabs/kafl/roles/examples/tasks/template_windows.yml b/deploy/intellabs/kafl/roles/examples/tasks/template_windows.yml index 1338d39b..eb73b4f6 100644 --- a/deploy/intellabs/kafl/roles/examples/tasks/template_windows.yml +++ b/deploy/intellabs/kafl/roles/examples/tasks/template_windows.yml @@ -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 diff --git a/docs/source/tutorials/windows/windows_template.md b/docs/source/tutorials/windows/windows_template.md index d5853695..c117224f 100644 --- a/docs/source/tutorials/windows/windows_template.md +++ b/docs/source/tutorials/windows/windows_template.md @@ -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