diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 48c80e34df6..6764e1781af 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -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