Release 9.9.0 #41

Merged
jlecour merged 37 commits from unstable into stable 2019-04-16 16:45:23 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit b185012469 - Show all commits

View file

@ -22,8 +22,9 @@ The **patch** part changes incrementally at each release.
* tomcat: better tomcat version management
* webapps/evoadmin-web: add dbadmin.sh to sudoers file
* evomaintenance: embed version 0.5.0
* opendkim : aligning roles with our conventions, major changes in opendkim-add.sh
* apt : Replace mirror.evolix.org by archives.debian.org for jessie-backport
* opendkim: aligning roles with our conventions, major changes in opendkim-add.sh
* apt: Replace mirror.evolix.org by archives.debian.org for jessie-backport
* apt: Remove jessie-update suite as it's no longer exists
### Fixed

View file

@ -1,5 +1,4 @@
# {{ ansible_managed }}
deb http://mirror.evolix.org/debian/ jessie {{ apt_basics_components | mandatory }}
deb http://mirror.evolix.org/debian/ jessie-updates {{ apt_basics_components | mandatory }}
deb http://security.debian.org/ jessie/updates {{ apt_basics_components | mandatory }}