apt: Remove jessie-update suite as it's no longer exists

This commit is contained in:
Ludovic Poujol 2019-04-08 15:40:03 +02:00
parent 19800c071c
commit b185012469
2 changed files with 3 additions and 3 deletions

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 }}