Update to 2020-11-16 20:00

master
Daniel Berteaud 4 years ago
parent 3be3fe296b
commit 5899a467d6
  1. 4
      roles/gitea/defaults/main.yml
  2. 2
      roles/pgadmin4/defaults/main.yml

@ -1,11 +1,11 @@
---
# Version to install
gitea_version: 1.12.5
gitea_version: 1.12.6
# URL to the binary
gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64
# sha256 of the binary
gitea_bin_sha256: 8ed8bff1f34d8012cab92943214701c10764ffaca102e311a3297edbb8fce940
gitea_bin_sha256: 74417bc8e950b685de79c3a39655029f28d27c99e94adbe83c0ec22325d8771f
# Handle updates. If set to false, ansible will only install
# Gitea and then won't touch an existing installation
gitea_manage_upgrade: True

@ -4,6 +4,6 @@ pga_id: 1
pga_port: 5050
pga_src_ip: []
pga_root_dir: /opt/pgadmin4_{{ pga_id }}
pga_version: '4.27'
pga_version: '4.28'
pga_pip_url: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v{{ pga_version }}/pip/pgadmin4-{{ pga_version }}-py3-none-any.whl
pga_master_pass: False

Loading…
Cancel
Save