Skip to content

chore(deps): bump ansible/ansible-lint from 24.7.0 to 24.9.0 #61

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

chore(deps): bump ansible/ansible-lint from 24.7.0 to 24.9.0 #61

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.0
with:
args: "ansible"
- run: 'echo "VM_TOKEN=foo" > .env'
- run: 'bash ./runme.sh'