change
Some checks failed
Ansible Minecraft Server CI/CD / lint (push) Failing after 12s
Ansible Minecraft Server CI/CD / test (push) Has been skipped
Ansible Minecraft Server CI/CD / deploy (push) Has been skipped

This commit is contained in:
2025-08-27 13:15:16 +02:00
parent e67cc93516
commit 7ce8cf1662
13 changed files with 234 additions and 95 deletions

View File

@@ -1,17 +1,24 @@
---
exclude_paths:
- .gitea/
- .github/
- .git/
- .cache/
- test/
- tests/
- molecule/
skip_list:
- yaml[line-length]
- name[casing]
- no-changed-when
- command-instead-of-module
- risky-file-permissions
warn_list:
- experimental
- role-name[path]
- var-naming[no-role-prefix]
enable_list:
- fqcn-builtins
@@ -23,4 +30,11 @@ kinds:
- vars: "**/vars/*.yml"
- defaults: "**/defaults/*.yml"
- handlers: "**/handlers/*.yml"
- meta: "**/meta/*.yml"
- meta: "**/meta/*.yml"
- yaml: "*.yaml"
- yml: "*.yml"
use_default_rules: true
parseable: true
quiet: false
verbosity: 1