geerlingguy / ansible-role-php

Ansible Role - PHP
https://galaxy.ansible.com/geerlingguy/php/
MIT License
496 stars 442 forks source link

Rocky Linux 9 CI failing with php-xmlrpc #423

Closed geerlingguy closed 3 months ago

geerlingguy commented 3 months ago
  TASK [geerlingguy.php : Ensure PHP packages are installed.] ********************
  fatal: [instance]: FAILED! => {"changed": false, "failures": ["php-xmlrpc All matches were filtered out by modular filtering for argument: php-xmlrpc"], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
geerlingguy commented 3 months ago

See related: https://github.com/geerlingguy/ansible-role-php-redis/issues/5

geerlingguy commented 3 months ago

Ah, looks like php-xmlrpc was removed from the standard set of PHP extensions in 8.0, so it's just not there now. Going to drop it from the defaults in the role.