Skip to content

Commit 3971be7

Browse files
committed
fixed ansible gh action
1 parent 75e4585 commit 3971be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Run Ansible-lint
21-
uses: ansible-actions/ansible-lint-action@v6
21+
uses: ansible-actions/ansible-lint-action@v1.0.3
2222
with:
2323
target: "./ansible"

0 commit comments

Comments
 (0)