From 2101c50aabbcf15f784a10eca53b2dd4b807d1ca Mon Sep 17 00:00:00 2001 From: Mike Ripley Date: Sun, 1 Oct 2023 22:05:14 -0400 Subject: [PATCH] gha --- .github/workflows/lint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 11942fef..c7495f57 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,6 +18,10 @@ jobs: - name: Install dependencies run: | pip3 install ansible ansible-lint yamllint + - name: Create log directory + run: | + sudo mkdir /var/log/vmtools/ + sudo chmod 777 /var/log/vmtools/ - name: Run ansible-lint run: | ansible-lint -R -r lintrules/ansible