add support for raspbian
This commit is contained in:
parent
1f76ae76e7
commit
e82073f38a
2 changed files with 4 additions and 1 deletions
|
|
@ -18,5 +18,8 @@ default_repos:
|
||||||
url: "deb http://deb.debian.org/debian-security/ {{ ansible_distribution_release|lower }}/updates main contrib non-free"
|
url: "deb http://deb.debian.org/debian-security/ {{ ansible_distribution_release|lower }}/updates main contrib non-free"
|
||||||
backports:
|
backports:
|
||||||
url: "deb http://http.debian.net/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main contrib non-free"
|
url: "deb http://http.debian.net/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main contrib non-free"
|
||||||
|
raspbian:
|
||||||
|
bullseye: {}
|
||||||
|
buster: {}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,4 +41,4 @@ packages:
|
||||||
vnstat: {}
|
vnstat: {}
|
||||||
"xz-utils": {}
|
"xz-utils": {}
|
||||||
zsh: {}
|
zsh: {}
|
||||||
repos: "{{ default_repos[ansible_distribution|lower][ansible_distribution_release|lower] }}"
|
repos: "{{ default_repos[ansible_lsb.id|lower][ansible_lsb.codename|lower] }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue