Merge pull request 'Default to the latest version. Fix a typo.' (#155) from adellam/ansible-roles:master into master
This commit is contained in:
commit
3abfbc902b
|
@ -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' ]
|
||||||
|
|
Loading…
Reference in New Issue