mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-22 18:24:53 +00:00
Update ansible-linting
This commit is contained in:
parent
3f25e80395
commit
909f223bf2
2 changed files with 3 additions and 2 deletions
|
|
@ -6,3 +6,4 @@ skip_list:
|
|||
- no-changed-when # Commands should not change things if nothing needs doing.
|
||||
- risky-shell-pipe # Shells that use pipes should set the pipefail option.
|
||||
- literal-compare # Don't compare to literal True/False.
|
||||
- var-naming[no-role-prefix] # Internal variables don't need role prefix.
|
||||
|
|
|
|||
4
.github/workflows/pull-requests.yml
vendored
4
.github/workflows/pull-requests.yml
vendored
|
|
@ -21,8 +21,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install ansible==10.2.0 # renovate: datasource=pypi depName=ansible
|
||||
pip install ansible-lint==24.12.2 # renovate: datasource=pypi depName=ansible-lint
|
||||
pip install ansible==11.1.0 # renovate: datasource=pypi depName=ansible
|
||||
pip install ansible-lint==25.9.2 # renovate: datasource=pypi depName=ansible-lint
|
||||
|
||||
- name: Syntax Check
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue