Skip to content

add comumunity.general collection #6

add comumunity.general collection

add comumunity.general collection #6

Workflow file for this run

name: ansible playbook CI
on:
push:
branches:
- 'main'
- 'devel'
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install ansible-lint
run: pip install ansible-lint
- name: Check playbook correctness
run: ansible-lint playbook.yml