mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
Switch gitea_version_check to true by default
Pursuant to the conversation in https://github.com/thomas-maurice/ansible-role-gitea/pull/16
This commit is contained in:
parent
3226a76d94
commit
6cbbbfdf0e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
gitea_version: "1.7.5"
|
gitea_version: "1.7.5"
|
||||||
gitea_version_check: false
|
gitea_version_check: true
|
||||||
|
|
||||||
gitea_app_name: "Gitea"
|
gitea_app_name: "Gitea"
|
||||||
gitea_user: "gitea"
|
gitea_user: "gitea"
|
||||||
|
|
Loading…
Reference in a new issue