publish
Some checks failed
Test Collection / Sanity Tests (Ansible devel) (push) Failing after 13s
Test Collection / Sanity Tests (Ansible stable-2.15) (push) Failing after 1m20s
Test Collection / Sanity Tests (Ansible stable-2.16) (push) Failing after 1m11s
Test Collection / Sanity Tests (Ansible stable-2.17) (push) Failing after 1m14s
Test Collection / Python Syntax Check (push) Successful in 7s
Test Collection / Build Collection (push) Failing after 21s
Test Collection / YAML and Ansible Lint (push) Successful in 12s
Test Collection / Documentation Check (push) Successful in 7s
Test Collection / Unit Tests (push) Successful in 7s

This commit is contained in:
Daniel Akulenok
2026-01-29 11:09:57 +01:00
parent 0142f806c9
commit faef9a7ccf
6 changed files with 412 additions and 0 deletions

31
.yamllint Normal file
View File

@@ -0,0 +1,31 @@
---
extends: default
rules:
line-length:
max: 160
level: warning
comments:
min-spaces-from-content: 1
indentation:
spaces: 2
indent-sequences: true
truthy:
allowed-values: ['true', 'false', 'yes', 'no']
check-keys: false
braces:
max-spaces-inside: 1
brackets:
max-spaces-inside: 1
comments-indentation: disable
ignore: |
.gitignore
changelogs/
tests/output/