Skip to content

Commit

Permalink
wip vagrant debug
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Dec 26, 2023
1 parent f908319 commit 79ac5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Prepare the provision
run: (cd tools/scripts/ansible && ansible-galaxy install -r requirements.yml && ln -sv test-local-vars local-vars && vagrant validate)
- name: Try the provision
run: (cd tools/scripts/ansible && vagrant up)
run: (cd tools/scripts/ansible && vagrant up --debug)
env:
VAGRANT_DISABLE_VBOXSYMLINKCREATE: 1

Expand Down

0 comments on commit 79ac5bf

Please sign in to comment.