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
|
- name: run checks to ensure set variables do not crash gitea
|
||||||
block:
|
block:
|
||||||
- fail:
|
- name: "check token length"
|
||||||
msg: 'gitea_oauth2_jwt_secret cannot be longer than 32 characters. Please reduce the length of your token'
|
fail:
|
||||||
|
msg: 'gitea_oauth2_jwt_secret cannot be longer than 32 characters.'
|
||||||
when: gitea_oauth2_jwt_secret | length > 32
|
when: gitea_oauth2_jwt_secret | length > 32
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue