(fix) packweb-apache: Don't try to install PHPMyAdmin on Buster as it's not available

This commit is contained in:
Ludovic Poujol 2020-04-01 18:05:20 +02:00
parent 135a089341
commit f442239cec
2 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,7 @@ The **patch** part changes incrementally at each release.
* minifirewall: Properly detect alert5.sh to turn on firewall at boot
* packweb-apache: Add missing dependency to evoacme role
* php: Chose the debian version repo archive for packages.sury.org
* packweb-apache: Don't try to install PHPMyAdmin on Buster as it's not available
### Removed
* clamav : do not install the zoo package anymore

View File

@ -78,6 +78,7 @@
- include: apache.yml
- include: phpmyadmin.yml
when: ansible_distribution_release != "buster"
- include: awstats.yml