Update to 2021-02-24 18:00

master
Daniel Berteaud 4 years ago
parent e8311ecfce
commit e92047a82a
  1. 6
      roles/phpmyadmin/defaults/main.yml

@ -1,9 +1,9 @@
---
pma_version: 5.0.4
pma_version: 5.1.0
pma_id: "1"
pma_archive_url: https://files.phpmyadmin.net/phpMyAdmin/{{ pma_version }}/phpMyAdmin-{{ pma_version }}-all-languages.zip
pma_archive_sha256: 830bbca930d5e417ae4249931838e2c70ca0365044268fa0ede75e33aff677de
pma_archive_sha256: 2f29fbfc8884c42290f950b077e0a8af2766507f959f30caef0edaa5fd3e04b9
pma_manage_upgrade: True
pma_root_dir: /opt/phpmyadmin_{{ pma_id }}
pma_db_user: pma_{{ pma_id }}
@ -14,7 +14,7 @@ pma_db_server: "{{ mysql_server | default('localhost') }}"
# If defined, will use this specific FPM pool, which must exist
# pma_php_fpm_pool: pma
pma_php_version: 74
pma_php_version: 80
pma_php_user: php-pma_{{ pma_id }}
pma_sso_user_fields:
- REMOTE_USER

Loading…
Cancel
Save