From 79ac5bf565de06691008f301e2d2dd3de07e7787 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Tue, 26 Dec 2023 14:09:55 -0600 Subject: [PATCH] wip vagrant debug --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 6764e1781af..1eb5b5b0c58 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -35,7 +35,7 @@ jobs: - name: Prepare the provision 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) + run: (cd tools/scripts/ansible && vagrant up --debug) env: VAGRANT_DISABLE_VBOXSYMLINKCREATE: 1