apt: Add Debian Buster repositories
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
65414d8ae7
commit
7b9cc7c2b1
3 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
3
apt/templates/buster_backports.list.j2
Normal file
3
apt/templates/buster_backports.list.j2
Normal file
|
@ -0,0 +1,3 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
deb http://mirror.evolix.org/debian buster-backports {{ apt_backports_components | mandatory }}
|
5
apt/templates/buster_basics.list.j2
Normal file
5
apt/templates/buster_basics.list.j2
Normal 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 }}
|
Loading…
Reference in a new issue