chore(deps): update ansible/ansible-lint action to v26.9.0
Ansible Linter / ansible-lint (pull_request) Successful in 2m27s
Lint Markdown files / markdown-lint (push) Successful in 12s
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
Ansible Linter / ansible-lint (push) Successful in 1m41s
Molecule / Molecule (push) Successful in 3m50s
Molecule / Molecule (pull_request) Successful in 3m54s

This commit is contained in:
2026-09-22 19:11:37 +00:00
parent a7c07b143e
commit c5cd0676e5
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
steps: steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Run ansible-lint - name: Run ansible-lint
uses: ansible/ansible-lint@665d9e07a1943254d2910faffc106adaf7ea7294 # v26.8.0 uses: ansible/ansible-lint@e7f397ad6dfa20d274afa17cd7bbedd84ed136f5 # v26.9.0
with: with:
args: "--config-file .ansible-lint" args: "--config-file .ansible-lint"
# The molecule scenario is linted as well, so its collections are required beside the ones of the role. # The molecule scenario is linted as well, so its collections are required beside the ones of the role.