This commit is contained in:
Kris Lamoureux 2024-04-23 22:12:06 -04:00
parent 324fe0b191
commit a97a4c18cf

View File

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