updated ansible-lint preparation

This commit is contained in:
AnsibleGuy 2023-07-15 10:34:20 +02:00
parent d3a372cf1c
commit 131815ff66
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
1 changed files with 2 additions and 2 deletions

View File

@ -47,9 +47,9 @@ jobs:
run: yamllint . run: yamllint .
shell: bash shell: bash
- name: Preparing collection for AnsibleLint - name: Preparing for AnsibleLint
run: | 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 }}" ln -s "${{ github.workspace }}" "/tmp/ansible_lint/roles/ansibleguy.${{ github.event.repository.name }}"
shell: bash shell: bash