Skip to content

Commit d77a218

Browse files
Make package_facts work again.
1 parent bd8d591 commit d77a218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _bootstrap_packages:
1616
Debian_11: python3 sudo gnupg2
1717
Debian_12: python3 sudo gnupg2
1818
RedHat_7: python sudo
19-
Fedora: python3 sudo python3-libdnf5
19+
Fedora: python3 sudo python3-libdnf5 python3-rpm
2020

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

0 commit comments

Comments
 (0)