packweb-apache: Add missing dependency to evoacme role

This commit is contained in:
Ludovic Poujol 2020-03-11 16:48:55 +01:00
parent 8bc4ff4ada
commit a680399608
2 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,7 @@ The **patch** part changes incrementally at each release.
* webapps/evoadmin-web: Set default evoadmin_mail_tpl_force to True to fix a regression where the mail template would not get updated because the file is created before the role is first run.
* minifirewall: Backport changes from minifirewall (properly open outgoing smtp(s))
* minifirewall: Properly detect alert5.sh to turn on firewall at boot
* packweb-apache: Add missing dependency to evoacme role
### Removed
* clamav : do not install the zoo package anymore

View File

@ -28,3 +28,4 @@ dependencies:
- { role: evolix/mysql, when: packweb_mysql_variant == "debian" }
- { role: evolix/mysql-oracle, when: packweb_mysql_variant == "oracle" }
- { role: evolix/webapps/evoadmin-web, evoadmin_enable_vhost: "{{ packweb_enable_evoadmin_vhost }}", evoadmin_multiphp_versions: "{{ packweb_multiphp_versions }}" }
- { role: evolix/evoacme }