Skip to content

Update documentation to define installation instructions and bump to ansible 2.15.0 #14

Update documentation to define installation instructions and bump to ansible 2.15.0

Update documentation to define installation instructions and bump to ansible 2.15.0 #14

Workflow file for this run

---
name: ansible-lint
on: # yamllint disable-line rule:truthy
pull_request:
branches: ["main"]
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main