blob: 37ff5e880fb9b3cbe915d4692f89c9b345a49ce5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
_apt_repo_base_components_debian_:
until_bullseye:
- main
after_bullseye:
- main
- non-free-firmware
apt_repo_base_components:
ubuntu:
- main
- universe
debian: "{{ ((ansible_distribution_major_version | int) <= 11) | ternary(_apt_repo_base_components_debian_.until_bullseye, _apt_repo_base_components_debian_.after_bullseye) }}"
raspbian:
- main
- rpi
kali:
- main
|