feat: upkeeping with CI and ansible lint

Signed-off-by: Louis Vallat <contact@louis-vallat.dev>
This commit is contained in:
Louis Vallat 2025-01-08 11:30:01 +01:00
parent 68d787e9ac
commit a03e2953aa
Signed by: louis
SSH Key Fingerprint: SHA256:0iPwDU/PZtEy/K13Oar4TzmcunmI9H5U9IsOR3jyT/Q
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
--- ---
skip_list: skip_list:
- package-latest - package-latest
exclude_paths:
- .gitea

View File

@ -15,4 +15,4 @@ jobs:
echo PATH=$PATH >> $GITHUB_ENV echo PATH=$PATH >> $GITHUB_ENV
pip install ansible ansible-lint pip install ansible ansible-lint
- name: Lint - name: Lint
run: ansible-lint --show-relpath . run: ansible-lint --show-relpath

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
.vscode/ .vscode/
.fact_cache/ .fact_cache/
inventory.yaml inventories/