1
0
Fork 0
forked from infra/ansible

Improve ansible-lint

Why ignore the hardcoded paths, let's just create symlink, so they are
found as they should be.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2026-05-06 13:12:21 +02:00
commit 27e3392a20

View file

@ -54,6 +54,11 @@ jobs:
with:
fetch-depth: 0
- name: Create symlink to overcome absolute paths
run: |
mkdir -p /srv/web/infra/
ln -s /workspace/infra/ansible /srv/web/infra/ansible
- name: Get changed files
id: changed-files
uses: https://code.forgejo.org/tj-actions/changed-files@v47