evomaintenance: don't configure firewall for database if not necessary
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jérémy Lecour 2020-01-23 14:33:57 +01:00 committed by Jérémy Lecour
parent 71a2a19847
commit 02858692bb
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ The **patch** part changes incrementally at each release.
* evolinux-base: on debian 10 and later, add noexec on /dev/shm
* evolinux-base: on debian 10 and later, add /usr/share/scripts in root's PATH
* evolinux-base: remove the chrony package
* evomaintenance: don't configure firewall for database if not necessary
* generate-ldif: support MariaDB 10.3
* haproxy: add a variable to keep the existing configuration
* listupgrade: install old-kernel-autoremoval script

View file

@ -25,4 +25,5 @@
- include: minifirewall.yml
when:
- evomaintenance_hook_db
- ansible_distribution == "Debian"