We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ed4cb commit 378b41aCopy full SHA for 378b41a
vars/main.yml
@@ -17,6 +17,7 @@ _bootstrap_packages:
17
Debian_12: python3 sudo gnupg2
18
RedHat_7: python sudo
19
Fedora: python3 sudo python3-libdnf5 python3-rpm
20
+ 'Univention Corporate Server': python3 sudo gnupg python3-apt
21
22
# Map the right set of packages, based on gathered bootstrap facts.
23
bootstrap_packages: "{{ _bootstrap_packages[bootstrap_distribution ~'_'~ bootstrap_distribution_major_version]|default(
0 commit comments