Skip to content

chore(deps): update ansible/ansible-lint digest to ef53f78 #1326

chore(deps): update ansible/ansible-lint digest to ef53f78

chore(deps): update ansible/ansible-lint digest to ef53f78 #1326

Workflow file for this run

---
name: Ansible Lint # feel free to pick your own name
on: # yamllint disable-line rule:truthy
# Run CI against all pushes (direct commits, also merged PRs), Pull Requests
push:
branches: [master]
paths:
- 'roles/**'
- 'molecule/**'
- 'requirements.txt'
- '.github/workflows/ansible-lint.yml'
- '.config/ansible-lint.yml'
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
paths:
- 'roles/**'
- 'molecule/**'
- 'requirements.txt'
- '.github/workflows/ansible-lint.yml'
- '.config/ansible-lint.yml'
jobs:
ansible-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Lint Ansible Playbook
uses: ansible/ansible-lint@ef53f7802613611d813f0c58e48819c8e9a3a3fe # v25