Fix linting
This commit is contained in:
parent
d65ac0f919
commit
cdfb5bd354
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: run checks to ensure set variables do not crash gitea
|
||||
block:
|
||||
- fail:
|
||||
msg: 'gitea_oauth2_jwt_secret cannot be longer than 32 characters. Please reduce the length of your token'
|
||||
- name: "check token length"
|
||||
fail:
|
||||
msg: 'gitea_oauth2_jwt_secret cannot be longer than 32 characters.'
|
||||
when: gitea_oauth2_jwt_secret | length > 32
|
||||
|
||||
|
|
Loading…
Reference in a new issue