Skip to content

Commit 3791e1a

Browse files
committed
ansible-lint v6.22.1
1 parent 57160c9 commit 3791e1a

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,9 @@ on:
1313
jobs:
1414
build:
1515

16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717

1818
steps:
19-
# Important: This sets up your GITHUB_WORKSPACE environment variable
20-
- uses: actions/checkout@v2
21-
22-
- name: Lint roles
23-
uses: ansible/ansible-lint@v6.20.3
24-
with:
25-
targets: |
26-
inventory/*
27-
playbooks/*
28-
roles/*
19+
- uses: actions/checkout@v4
20+
- name: Run ansible-lint
21+
uses: ansible/ansible-lint@v6.22.1

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
entry: ansible-doctor -r -f roles
4949

5050
- repo: https://github.com/ansible-community/ansible-lint.git
51-
rev: v6.20.3
51+
rev: v6.22.1
5252
hooks:
5353
- id: ansible-lint
5454
entry: ansible-lint --force-color -p
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
minor_changes:
3+
- "ansible-lint v6.22.1 (oravirt#392)"

tools/dev/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# . ~/venv/ansible-oracle/bin/activate
1313
# pip --require-virtualenv -v install -r tools/dev/requirements_dev.txt
1414
#
15-
ansible-lint==6.20.3
15+
ansible-lint==6.22.1
1616
ansible-navigator==3.4.0
1717
pre-commit==3.4.0
1818

0 commit comments

Comments
 (0)