ansible-role-php-redis icon indicating copy to clipboard operation
ansible-role-php-redis copied to clipboard

RHEL / CentOS / RockyLinux install failing with 'All matches were filtered out'

Open geerlingguy opened this issue 2 years ago • 3 comments

CI tests are failing:

TASK [geerlingguy.php-redis : Install PhpRedis extension (RedHat).] ************
fatal: [instance]: FAILED! => {"changed": false, "failures": ["php-pecl-redis5 All matches were filtered out by modular filtering for argument: php-pecl-redis5"], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}

Some bit of packaging voodoo might be required here. I tried switching to EPEL but that didn't seem to work.

geerlingguy avatar Jun 15 '23 02:06 geerlingguy

lol 'still a bug' ;)

geerlingguy avatar Jul 06 '23 03:07 geerlingguy

Hi @geerlingguy i have error ansible running role.yaml fatal: [node4]: FAILED! => {"changed": false, "failures": ["No package php-xmlrpc available."], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []} fatal: [node5]: FAILED! => {"changed": false, "failures": ["No package php-xmlrpc available."], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []} can you help me?

candra-wahab avatar Nov 30 '23 13:11 candra-wahab

any update please

efostevo avatar Jun 28 '24 08:06 efostevo

@candra-wahab - Please see https://github.com/geerlingguy/ansible-role-php/issues/423 as well

geerlingguy avatar Jul 31 '24 04:07 geerlingguy

This should be fixed now, however idempotence tests are failing. New issue: #6

geerlingguy avatar Jul 31 '24 04:07 geerlingguy