From 302293ec6d18370d76eccde61d99b6927f9e63ee Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 11 Feb 2022 12:00:06 +0100 Subject: [PATCH] Update to 2022-02-11 12:00 --- roles/ampache/defaults/main.yml | 4 ++-- roles/phpmyadmin/defaults/main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/ampache/defaults/main.yml b/roles/ampache/defaults/main.yml index 80eca03..b3d42f5 100644 --- a/roles/ampache/defaults/main.yml +++ b/roles/ampache/defaults/main.yml @@ -3,10 +3,10 @@ ampache_id: "1" ampache_manage_upgrade: True -ampache_version: '5.2.0' +ampache_version: '5.2.1' ampache_config_version: 59 ampache_zip_url: https://github.com/ampache/ampache/releases/download/{{ ampache_version }}/ampache-{{ ampache_version }}_all.zip -ampache_zip_sha1: 358cb6d3cc700a44f9e6acc9c0eb8f93a2695ff8 +ampache_zip_sha1: 71b3c18419153231f57df268f2c71ef09f11d108 ampache_root_dir: /opt/ampache_{{ ampache_id }} diff --git a/roles/phpmyadmin/defaults/main.yml b/roles/phpmyadmin/defaults/main.yml index 5e97ddf..cecc4ac 100644 --- a/roles/phpmyadmin/defaults/main.yml +++ b/roles/phpmyadmin/defaults/main.yml @@ -1,14 +1,14 @@ --- # Version to deploy -pma_version: 5.1.2 +pma_version: 5.1.3 # 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: 7f5d783fedd0d290714b93bd20c8dfff0663fc571445a89c329dfc3d5147ea93 +pma_archive_sha256: ac68dedf02f94b85138d6ac91cd21389b819c506767004883b52dabdf9b576df # Should ansible handle upgrades. If False, then only the initial install will be done pma_manage_upgrade: True # Where phpMyAdmin will be installed