fix linters in github actions (#848)

Fix bug #846
within this commit ansible/ansible-lint updated to 24.12.2 and config moved to .config folder
This commit is contained in:
Yuriy Novostavskiy
2025-01-16 20:45:27 +01:00
committed by GitHub
parent 6efabd3418
commit 159a63af97
3 changed files with 3 additions and 2 deletions

View File

@@ -2,5 +2,7 @@
profile: production profile: production
exclude_paths: exclude_paths:
- .ansible/
- tests/integration - tests/integration
- tests/unit
- tests/sanity - tests/sanity

View File

@@ -19,6 +19,5 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: run-ansible-lint - name: run-ansible-lint
uses: ansible/ansible-lint@v24.7.0 uses: ansible/ansible-lint@v24.12.2