Skip to content

Fix example typo

Fix example typo #1298

Workflow file for this run

name: Ansible Lint # feel free to pick your own name
"on": [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main