feat: upkeeping with CI and ansible lint
Signed-off-by: Louis Vallat <contact@louis-vallat.dev>
This commit is contained in:
parent
68d787e9ac
commit
a03e2953aa
@ -1,3 +1,6 @@
|
||||
---
|
||||
skip_list:
|
||||
- package-latest
|
||||
|
||||
exclude_paths:
|
||||
- .gitea
|
||||
|
@ -15,4 +15,4 @@ jobs:
|
||||
echo PATH=$PATH >> $GITHUB_ENV
|
||||
pip install ansible ansible-lint
|
||||
- name: Lint
|
||||
run: ansible-lint --show-relpath .
|
||||
run: ansible-lint --show-relpath
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
.vscode/
|
||||
.fact_cache/
|
||||
inventory.yaml
|
||||
inventories/
|
Loading…
x
Reference in New Issue
Block a user