Skip to content

Commit aa24ab2

Browse files
authored
[GHA] Update the ansible-lint actions used (#286)
ansible-community/ansible-lint-action is no longer available. Using ansible/ansible-lint instead. Additional, changes required for this to work: * [meta] Update requires_ansible to supported key
1 parent 791d375 commit aa24ab2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111

1212
- name: Run ansible-lint
13-
uses: ansible-community/ansible-lint-action@main
13+
uses: ansible/[email protected]
14+
with:
15+
args: "-c ./.ansible-lint"
16+

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
requires_ansible: '>=2.9.10'
2+
requires_ansible: '>=2.15.0'

0 commit comments

Comments
 (0)