Skip to content

Commit

Permalink
CLDR-17288 attempt to unbreak ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Dec 22, 2023
1 parent 58d3a6b commit 90ad26b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ jobs:
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)
env:
VAGRANT_DISABLE_VBOXSYMLINKCREATE: 1

# one at a time please
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

0 comments on commit 90ad26b

Please sign in to comment.