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:
parent
a3ea2aceb2
commit
0b59107b33
2 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -67,6 +67,7 @@ collections:
|
|||
lint:
|
||||
$(VENV)/bin/yamllint .
|
||||
$(LINT)
|
||||
$(PYTHON) scripts/check-tags.py
|
||||
|
||||
# ── Testing ───────────────────────────────────────────────────────────────────
|
||||
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@
|
|||
become: true
|
||||
roles:
|
||||
- role: docker_host
|
||||
tags: [docker]
|
||||
tags: [docker_host]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue