Rolle aktualisiert: gitea (#456)

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #456
This commit is contained in:
Michael Grote 2023-02-17 11:59:13 +01:00
parent 2b3921aa21
commit a3b481ff96

View file

@ -1,7 +0,0 @@
---
- name: run checks to ensure set variables do not crash gitea
block:
- name: "check token length"
fail:
msg: 'gitea_oauth2_jwt_secret cannot be longer than 32 characters.'
when: gitea_oauth2_jwt_secret | length > 32