Merge pull request 'Default to the latest version. Fix a typo.' (#155) from adellam/ansible-roles:master into master

This commit is contained in:
Andrea Dell'Amico 2020-03-10 19:13:34 +01:00
commit 3abfbc902b
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
# 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
#
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_bin_path: /usr/local/bin/gitea

View File

@ -41,6 +41,6 @@
when: gitea_systemd_unit is changed
- 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' ]

View File

@ -62,4 +62,4 @@ SHOW_FOOTER_VERSION = false
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false
[log]
LEVEL = {{ gitea_log_level }}
LEVEL = {{ gitea_log_level }}