File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ skip_list:
66 - no-changed-when # Commands should not change things if nothing needs doing.
77 - risky-shell-pipe # Shells that use pipes should set the pipefail option.
88 - literal-compare # Don't compare to literal True/False.
9+ - var-naming[no-role-prefix] # Internal variables don't need role prefix.
Original file line number Diff line number Diff line change 2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
24- pip install ansible==10.2 .0 # renovate: datasource=pypi depName=ansible
25- pip install ansible-lint==24.12 .2 # renovate: datasource=pypi depName=ansible-lint
24+ pip install ansible==11.1 .0 # renovate: datasource=pypi depName=ansible
25+ pip install ansible-lint==25.9 .2 # renovate: datasource=pypi depName=ansible-lint
2626
2727 - name : Syntax Check
2828 run : |
You can’t perform that action at this time.
0 commit comments