From 3fe6d72ab52c2501bd3cb2abbbdba07c6c12f715 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 13 May 2022 11:00:10 +0200 Subject: [PATCH] Update to 2022-05-13 11:00 --- roles/phpmyadmin/defaults/main.yml | 4 ++-- roles/seafile/defaults/main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/phpmyadmin/defaults/main.yml b/roles/phpmyadmin/defaults/main.yml index 84f2c8a..a66cec5 100644 --- a/roles/phpmyadmin/defaults/main.yml +++ b/roles/phpmyadmin/defaults/main.yml @@ -1,14 +1,14 @@ --- # Version to deploy -pma_version: 5.1.3 +pma_version: '5.2.0' # ID of the instance. Several instances can be installed on the same server # they must have different ID pma_id: "1" # URL from where the archive will be downloaded pma_archive_url: https://files.phpmyadmin.net/phpMyAdmin/{{ pma_version }}/phpMyAdmin-{{ pma_version }}-all-languages.zip # Expected sha256 of the archive, to verify the download -pma_archive_sha256: ac68dedf02f94b85138d6ac91cd21389b819c506767004883b52dabdf9b576df +pma_archive_sha256: e1d373e720ed402087ed5691b7a1935eea39af30eac66a58e6a791e648167b06 # Should ansible handle upgrades. If False, then only the initial install will be done pma_manage_upgrade: True # Where phpMyAdmin will be installed diff --git a/roles/seafile/defaults/main.yml b/roles/seafile/defaults/main.yml index edab7e3..cc3bc9a 100644 --- a/roles/seafile/defaults/main.yml +++ b/roles/seafile/defaults/main.yml @@ -11,11 +11,11 @@ # MaxUsers = "9" # Mode = "subscription" # etc... -seafile_version: "{{ seafile_license is defined | ternary('9.0.5','9.0.4') }}" +seafile_version: "{{ seafile_license is defined | ternary('9.0.5','9.0.5') }}" # Archive URL and sha1 are only used for the community version seafile_archive_url: https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz -seafile_archive_sha256: 7317453fa0e6c9d6cc4c206fad84ea0c945dc09e6feb9116633d4ed22bc5e24d +seafile_archive_sha256: 41685884a08c586a1b0e3b44552fe9dc7ab77d70b48f4fc100a6221d00f3aebc seafile_root_dir: /opt/seafile seafile_data_dir: "{{ seafile_root_dir }}/data"