Update to 2022-02-11 12:00

This commit is contained in:
Daniel Berteaud
2022-02-11 12:00:06 +01:00
parent 0c2892d14a
commit 302293ec6d
2 changed files with 4 additions and 4 deletions

View File

@@ -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