Skip to content

Commit

Permalink
Make package_facts work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jan 9, 2025
1 parent bd8d591 commit d77a218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _bootstrap_packages:
Debian_11: python3 sudo gnupg2
Debian_12: python3 sudo gnupg2
RedHat_7: python sudo
Fedora: python3 sudo python3-libdnf5
Fedora: python3 sudo python3-libdnf5 python3-rpm

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

0 comments on commit d77a218

Please sign in to comment.