Overall optimations for application id naming

This commit is contained in:
2025-07-17 17:41:52 +02:00
parent 562603a8cd
commit 409e659143
9 changed files with 102 additions and 57 deletions

View File

@@ -63,7 +63,7 @@ install: build
partial-test:
@echo "🧪 Running Python tests…"
python -m unittest discover -s tests
PYTHONPATH=. python -m unittest discover -s tests
@echo "📑 Checking Ansible syntax…"
ansible-playbook playbook.yml --syntax-check