mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-08-24 02:34:12 -05:00
Update ansible-linting
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user