common: Sync
This commit is contained in:
parent
591cfd73af
commit
1bab3d478d
5 changed files with 52 additions and 0 deletions
4
roles/common/templates/apt-minimal
Normal file
4
roles/common/templates/apt-minimal
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Managed by Ansible
|
||||
|
||||
APT::Install-Recommends "0";
|
||||
APT::Install-Suggests "0";
|
8
roles/common/templates/stable-sources.list
Normal file
8
roles/common/templates/stable-sources.list
Normal file
|
@ -0,0 +1,8 @@
|
|||
deb http://deb.debian.org/debian bookworm main non-free-firmware
|
||||
deb-src http://deb.debian.org/debian bookworm main non-free-firmware
|
||||
|
||||
deb http://deb.debian.org/debian-security/ bookworm-security main non-free-firmware
|
||||
deb-src http://deb.debian.org/debian-security/ bookworm-security main non-free-firmware
|
||||
|
||||
deb http://deb.debian.org/debian bookworm-updates main non-free-firmware
|
||||
deb-src http://deb.debian.org/debian bookworm-updates main non-free-firmware
|
Loading…
Add table
Add a link
Reference in a new issue