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 bd8d591 commit d77a218Copy full SHA for d77a218
vars/main.yml
@@ -16,7 +16,7 @@ _bootstrap_packages:
16
Debian_11: python3 sudo gnupg2
17
Debian_12: python3 sudo gnupg2
18
RedHat_7: python sudo
19
- Fedora: python3 sudo python3-libdnf5
+ Fedora: python3 sudo python3-libdnf5 python3-rpm
20
21
# Map the right set of packages, based on gathered bootstrap facts.
22
bootstrap_packages: "{{ _bootstrap_packages[bootstrap_distribution ~'_'~ bootstrap_distribution_major_version]|default(
0 commit comments