Default to the latest version. Fix a typo.
This commit is contained in:
parent
4c4bf850c4
commit
a30b91640e
|
@ -5,7 +5,7 @@
|
||||||
# We use the server ssh daemon, and nginx in front of the service by default.
|
# We use the server ssh daemon, and nginx in front of the service by default.
|
||||||
# So we do not start in http mode and we do not use the embedded letsencrypt support
|
# So we do not start in http mode and we do not use the embedded letsencrypt support
|
||||||
#
|
#
|
||||||
gitea_version: 1.8
|
gitea_version: 1.11.2
|
||||||
gitea_download_url: 'https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64'
|
gitea_download_url: 'https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64'
|
||||||
gitea_bin_path: /usr/local/bin/gitea
|
gitea_bin_path: /usr/local/bin/gitea
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,6 @@
|
||||||
when: gitea_systemd_unit is changed
|
when: gitea_systemd_unit is changed
|
||||||
|
|
||||||
- name: Ensure that the gitea service is running and enabled
|
- name: Ensure that the gitea service is running and enabled
|
||||||
service: name=gitea status=started enabled=yes
|
service: name=gitea state=started enabled=yes
|
||||||
|
|
||||||
tags: [ 'git', 'gitea' ]
|
tags: [ 'git', 'gitea' ]
|
||||||
|
|
|
@ -62,4 +62,4 @@ SHOW_FOOTER_VERSION = false
|
||||||
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false
|
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false
|
||||||
|
|
||||||
[log]
|
[log]
|
||||||
LEVEL = {{ gitea_log_level }}
|
LEVEL = {{ gitea_log_level }}
|
||||||
|
|
Loading…
Reference in New Issue