fix(opnform): address review feedback on vars header and meta boilerplate

* vars/main.yml: header was 'vars file for homarr' (copy-paste from the
  homarr role). Fixed to 'vars file for opnform'. File body is empty.
* meta/main.yml: replace ansible-galaxy init boilerplate with real
  metadata — author, description, license (MIT-0), min_ansible_version
  set to '2.15' as a string (galaxy schema requires str), galaxy_tags
  for discovery, and an empty dependencies list.

The third inline finding (dead roles/opnform/templates/compose.yml.j2)
is resolved by dropping the WIP commit a6f301e during the rebase rather
than removing it in a separate commit — the file no longer exists in
the rebased history.
This commit is contained in:
Simon Bärlocher 2026-05-26 14:58:10 +02:00
parent 03af64ca2c
commit 48d12a1b4a
No known key found for this signature in database
GPG key ID: 63DE20495932047A
2 changed files with 12 additions and 31 deletions

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0
---
# vars file for homarr
# vars file for opnform