From 62e37dfe25b119bcae991eaf9e12e2007adc271d Mon Sep 17 00:00:00 2001 From: Dave Stephens Date: Thu, 18 Feb 2021 23:47:53 +0000 Subject: [PATCH] Run integs with sudo --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 95d19017..249c21f3 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,4 +28,4 @@ jobs: run: ansible-galaxy install -r requirements.yml - name: Run playbook - run: ansible-playbook -i tests/inventories/integration_testing/inventory nas.yml \ No newline at end of file + run: ansible-playbook -i tests/inventories/integration_testing/inventory nas.yml -b \ No newline at end of file