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