From c4808d58d7e1d072b34082932d8d6bad4e9d20b4 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 8 Feb 2023 09:00:12 +0100 Subject: [PATCH] Update to 2023-02-08 09:00 --- roles/phpmyadmin/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/phpmyadmin/defaults/main.yml b/roles/phpmyadmin/defaults/main.yml index a66cec5..bc78b89 100644 --- a/roles/phpmyadmin/defaults/main.yml +++ b/roles/phpmyadmin/defaults/main.yml @@ -1,14 +1,14 @@ --- # Version to deploy -pma_version: '5.2.0' +pma_version: '5.2.1' # 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: e1d373e720ed402087ed5691b7a1935eea39af30eac66a58e6a791e648167b06 +pma_archive_sha256: 31c95fe5c00e0f899b5d31ac6fff506cf8061f2f746e9d7084c395f47451946e # Should ansible handle upgrades. If False, then only the initial install will be done pma_manage_upgrade: True # Where phpMyAdmin will be installed