webapps/roundcube & evoadminmail: make roles more idempotent (were failing when played twice)

This commit is contained in:
William Hirigoyen 2024-02-01 16:49:24 +01:00
parent 9f530d78db
commit bc07010aa6
3 changed files with 3 additions and 0 deletions

View file

@ -96,6 +96,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* minifirewall: ports 25, 53, 443, 993, 995 not opened publicly by default anymore, ports 20, 21, 110, 143 not opened semi-publicly by default anymore.
* dovecot: add missing LDAP conf iterate_filter to exclude disabled accounts in users list (caused « User no longer exists » errors in commands listing users like « doveadm user -u '*' » or « doveadm expunge -u "*" mailbox INBOX savedbefore 7d »).
* dovecot: fix missing default mails
* webapps/roundcube & evoadminmail: make roles more idempotent (were failing when played twice)
### Removed

View file

@ -12,6 +12,7 @@
src: "/etc/apache2/sites-available/evoadminmail.conf"
dest: "/etc/apache2/sites-enabled/evoadminmail.conf"
state: link
force: true
notify: reload apache2
when: evoadminmail_enable_vhost | bool
tags:

View file

@ -99,6 +99,7 @@
src: /etc/apache2/sites-available/roundcube.conf
dest: /etc/apache2/sites-enabled/roundcube.conf
state: link
force: true
notify: reload apache2
when: roundcube_webserver == "apache"
tags: