apt: Add Debian Buster repositories
continuous-integration/drone/push Build encountered an error Détails

Cette révision appartient à :
Ludovic Poujol 2019-06-17 14:24:09 +02:00
Parent 65414d8ae7
révision 7b9cc7c2b1
3 fichiers modifiés avec 9 ajouts et 0 suppressions

Voir le fichier

@ -27,6 +27,7 @@ The **patch** part changes incrementally at each release.
* redmine: use custom errors-pages in Nginx vhost
* nagios-nrpe: check_load is now based on ansible_processor_vcpus
* php: Stop enforcing /var/www/html as chroot while we use /var/www
* apt: Add Debian Buster repositories
### Fixed
* rbenv: add check_mode for check rbenv and ruby versions

Voir le fichier

@ -0,0 +1,3 @@
# {{ ansible_managed }}
deb http://mirror.evolix.org/debian buster-backports {{ apt_backports_components | mandatory }}

Voir le fichier

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