Skip to content

Commit 74f8781

Browse files
authored
Merge pull request #77 from jon4hz/master
fix: add ucs to bootstrap packages Robert: LGTM again!
2 parents 9af6d34 + 378b41a commit 74f8781

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vars/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ _bootstrap_packages:
1717
Debian_12: python3 sudo gnupg2
1818
RedHat_7: python sudo
1919
Fedora: python3 sudo python3-libdnf5 python3-rpm
20+
'Univention Corporate Server': python3 sudo gnupg python3-apt
2021

2122
# Map the right set of packages, based on gathered bootstrap facts.
2223
bootstrap_packages: "{{ _bootstrap_packages[bootstrap_distribution ~'_'~ bootstrap_distribution_major_version]|default(

0 commit comments

Comments
 (0)