Skip to content

Commit

Permalink
install vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Jul 24, 2024
1 parent aff67ae commit 58d0fa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kvm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
ansible-galaxy collection install community.general
ansible-galaxy collection install ansible.posix
- name: Install Vagrant
run: |
brew tap hashicorp/tap
brew install hashicorp/tap/hashicorp-vagrant
- name: Show Vagrant version
run: vagrant --version

Expand Down

0 comments on commit 58d0fa8

Please sign in to comment.