mg
c2b3e44bb4
vars richtig einsortiert gitea version gitea wieder eingebaut Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#1 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
7 lines
246 B
YAML
7 lines
246 B
YAML
---
|
|
- 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
|