diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 48c80e34df6..cb96d465569 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -36,3 +36,5 @@ 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