From beeedf2c4c027e28658fb608a3f03701e2d67417 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 15 Jul 2023 10:34:19 +0200 Subject: [PATCH] updated ansible-lint preparation --- .github/workflows/autolint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autolint.yml b/.github/workflows/autolint.yml index 0bca716..3274d10 100644 --- a/.github/workflows/autolint.yml +++ b/.github/workflows/autolint.yml @@ -47,9 +47,9 @@ jobs: run: yamllint . shell: bash - - name: Preparing collection for AnsibleLint + - name: Preparing for AnsibleLint run: | - mkdir -p "/tmp/ansible_lint/roles/ansibleguy.${{ github.event.repository.name }}" + mkdir -p '/tmp/ansible_lint/roles/' ln -s "${{ github.workspace }}" "/tmp/ansible_lint/roles/ansibleguy.${{ github.event.repository.name }}" shell: bash