Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/basic_tools
This commit is contained in:
commit
3700f73249
1 changed files with 5 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ default_repos:
|
|||
security:
|
||||
url: "deb https://security.debian.org/debian-security {{ ansible_distribution_release|lower }}-security main contrib non-free"
|
||||
backports:
|
||||
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main"
|
||||
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main contrib non-free"
|
||||
buster:
|
||||
debian:
|
||||
url: "deb http://deb.debian.org/debian {{ ansible_distribution_release|lower }} main contrib non-free"
|
||||
|
|
@ -17,7 +17,10 @@ default_repos:
|
|||
security:
|
||||
url: "deb http://deb.debian.org/debian-security/ {{ ansible_distribution_release|lower }}/updates main contrib non-free"
|
||||
backports:
|
||||
url: "deb http://http.debian.net/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main"
|
||||
url: "deb http://http.debian.net/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main contrib non-free"
|
||||
raspbian:
|
||||
bullseye: {}
|
||||
buster: {}
|
||||
|
||||
default_packages:
|
||||
debian:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue