This commit is contained in:
Kris Lamoureux 2024-04-23 22:07:10 -04:00
parent 324fe0b191
commit cac1e0ea7f

View File

@ -22,14 +22,12 @@ jobs:
${{ runner.os }}-vagrant- ${{ runner.os }}-vagrant-
- name: Install Ansible - name: Install Ansible
run: brew install ansible@7 run: brew install ansible
- name: Software Versions - name: Software Versions
run: | run: |
printf "VirtualBox " printf "VirtualBox "; vboxmanage --version
vboxmanage --version
vagrant --version vagrant --version
export PATH="/usr/local/opt/ansible@7/bin:$PATH"
ansible --version ansible --version
- name: Vagrant Up with Dockerbox Playbook - name: Vagrant Up with Dockerbox Playbook