From 6af4e1fcec4bc259603811c08d318442ba9b19fd Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 22 Dec 2023 14:22:30 -0600 Subject: [PATCH] CLDR-17288 attempt to unbreak ansible --- .github/workflows/ansible-lint.yml | 2 ++ 1 file changed, 2 insertions(+) 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