From 6f14e748ac131b36f7a4d14ee213dac9ad1abc87 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sat, 4 Apr 2020 19:46:37 -0400 Subject: roles/variables: Update Gitea Update inventory --- inventory/hosts | 4 ++++ roles/variables.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/inventory/hosts b/inventory/hosts index 7679808..7292459 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -17,6 +17,10 @@ postgresql health_checks docker_registry mkdocs +test + +[test] +test.lxc [isso] isso.lxc diff --git a/roles/variables.yml b/roles/variables.yml index bd81a61..739ebe2 100644 --- a/roles/variables.yml +++ b/roles/variables.yml @@ -6,7 +6,7 @@ healthchecks_repository: https://github.com/healthchecks/healthchecks healthchecks_version: b8cf4288994b40c56b21093e4993499c06844881 gitea_user: gitea -gitea_version: 1.11.3 +gitea_version: 1.11.4 gitea_url: "https://github.com/go-gitea/gitea/releases/download/v{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64" gitea_checksum: "https://github.com/go-gitea/gitea/releases/download/v{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64.sha256" -- cgit v1.2.3