feat: add ubuntu 24+ and debian 13+ support (deb822)
This commit is contained in:
parent
a6d763d8b7
commit
8013b20ad9
4 changed files with 36 additions and 44 deletions
11
templates/apt/sources.d/ubuntu.sources.j2
Normal file
11
templates/apt/sources.d/ubuntu.sources.j2
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Types: deb
|
||||
URIs: {{ apt_repository_main }}
|
||||
Suites: {{ ansible_distribution_release }} {{ ansible_distribution_release }}-updates {{ ansible_distribution_release }}-backports
|
||||
Components: main restricted {% if apt_enable_universe == True %}universe{% endif %} {% if apt_enable_multiverse == True %}multiverse{% endif %}
|
||||
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
|
||||
Types: deb
|
||||
URIs: {{ apt_repository_security }}
|
||||
Suites: {{ ansible_distribution_release }}-security
|
||||
Components: main restricted {% if apt_enable_universe == True %}universe{% endif %} {% if apt_enable_multiverse == True %}multiverse{% endif %}
|
||||
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
Loading…
Add table
Add a link
Reference in a new issue