check new version
Some checks failed
Ansible Minecraft Server CI/CD / lint (push) Failing after 21s
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 07:59:19 +02:00
parent 7a2ccb537b
commit 9ea9ac7254
125 changed files with 2696 additions and 1511 deletions

26
.ansible-lint Normal file
View File

@@ -0,0 +1,26 @@
---
exclude_paths:
- .gitea/
- .git/
skip_list:
- yaml[line-length]
- name[casing]
- no-changed-when
- command-instead-of-module
warn_list:
- experimental
- role-name[path]
enable_list:
- fqcn-builtins
- no-log-password
- no-same-owner
kinds:
- tasks: "**/tasks/*.yml"
- vars: "**/vars/*.yml"
- defaults: "**/defaults/*.yml"
- handlers: "**/handlers/*.yml"
- meta: "**/meta/*.yml"