fix: reomved remnants of removed env / fixed encription key validatiion

This commit is contained in:
Tobias Wüst 2026-05-13 13:58:15 +02:00
parent f4084ba078
commit 3c35b8782e
Signed by: Tobias-Wuest
GPG key ID: 2D8992B0F4CA97E8
3 changed files with 9 additions and 10 deletions

View file

@ -10,7 +10,7 @@
ansible.builtin.assert:
that:
- homarr_secret_encryption_key | length == 64
- homarr_secret_encryption_key is match('^[a-f0-9]+$')
- homarr_secret_encryption_key is match('^[a-fA-F0-9]+$')
fail_msg: >-
homarr_secret_encryption_key must be a 64-character hex string.
Generate with: openssl rand -hex 32