feat(tags): enforce tag vocabulary in make lint; fix docker_host tag

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sjat 2026-06-06 09:37:43 +02:00
parent a3ea2aceb2
commit 0b59107b33
2 changed files with 2 additions and 1 deletions

View file

@ -67,6 +67,7 @@ collections:
lint:
$(VENV)/bin/yamllint .
$(LINT)
$(PYTHON) scripts/check-tags.py
# ── Testing ───────────────────────────────────────────────────────────────────

View file

@ -16,4 +16,4 @@
become: true
roles:
- role: docker_host
tags: [docker]
tags: [docker_host]