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

This commit is contained in:
Ludovic Poujol 2019-06-17 14:24:09 +02:00
parent 65414d8ae7
commit 7b9cc7c2b1
3 changed files with 9 additions and 0 deletions

View File

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

View File

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

View File

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