Skip to content

Commit 67f3dff

Browse files
committed
fix: update ansible lint
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 5df9dc2 commit 67f3dff

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ansible-lint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: Lint Ansible Playbook
14-
uses: ansible/ansible-lint-action@v6
15-
# Let's point it to the path
16-
with:
17-
path: "ansible/"
14+
uses: ansible/ansible-lint@06f616d
15+
# Let's point it to the path

0 commit comments

Comments
 (0)