geerlingguy / ansible-role-php-versions

Ansible Role - PHP Versions
https://galaxy.ansible.com/geerlingguy/php-versions/
MIT License
98 stars 73 forks source link

Fault enabling CRB on AlmaLinux 9 #89

Closed ben-dataraven closed 3 months ago

ben-dataraven commented 5 months ago

On AlmaLinux9, the dnf module name is crb rather than powertools

This causes a fault with the Enable DNF module for CentOS 8+ task

https://wiki.almalinux.org/repos/Extras.html

geerlingguy commented 3 months ago

@ben-dataraven - Indeed! I just noticed this on my munin role as well: https://github.com/geerlingguy/ansible-role-munin/issues/17

I will update this role to use crb and hopefully that works!

geerlingguy commented 3 months ago

Fixed in 6.2.0!