Skip to content

chore(deps): bump ansible/ansible-lint from 24.7.0 to 24.9.2 #62

chore(deps): bump ansible/ansible-lint from 24.7.0 to 24.9.2

chore(deps): bump ansible/ansible-lint from 24.7.0 to 24.9.2 #62

Workflow file for this run

name: Ansible CI
on:
pull_request:
branches: [ master ]
paths: [ 'ansible/**','runme.sh','.github/workflows/ci-ansible.yml' ]
jobs:
ansible:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ansible/ansible-lint@v24.9.2
with:
args: "ansible"
- run: 'echo "VM_TOKEN=foo" > .env'
- run: 'bash ./runme.sh'