Add some ansible stuff
Some checks failed
actions-lint / actions-lint (push) Successful in 10s
ansible-lint / ansible-lint (push) Failing after 0s

This commit is contained in:
2024-09-13 11:36:05 +01:00
parent b1c0251973
commit 2a78309823
9 changed files with 95 additions and 0 deletions

22
.github/workflows/ansible-lint.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: ansible-lint
on:
push:
branches: [main]
paths:
- 'playbooks/**'
pull_request:
branches: [main]
paths:
- 'playbooks/**'
workflow_dispatch:
permissions:
contents: read
jobs:
ansible-lint:
name: ansible-lint
uses: ansible/ansible-content-actions/.github/workflows/ansible_lint.yaml@main
with:
args: '-p playbooks'