add support for update repo
This commit is contained in:
parent
4e580476ab
commit
b5556712cd
1 changed files with 7 additions and 1 deletions
|
|
@ -42,6 +42,12 @@ packages:
|
|||
vnstat: {}
|
||||
"xz-utils": {}
|
||||
zsh: {}
|
||||
# repos:
|
||||
repos:
|
||||
update:
|
||||
url: "deb http://deb.debian.org/debian {{ ansible_distribution_release|lower }}-updates main contrib non-free"
|
||||
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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue