I'm getting the following error on vanilla centos 8 (via vagrant box)
TASK [rbicker.nextcloud : ensure MariaDB-server is installed] ******************
fatal: [default]: FAILED! => {"changed": false, "failures": ["MariaDB-server All matches were filtered out by modular filtering for argument: MariaDB-server"], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
Seems like yum lowercases the package (running yum search only provides lowercase results), even though I can clearly see that it is using case in the yum repo:
http://yum.mariadb.org/10.4/centos8-amd64/rpms/
The simple fix is to just lowercase the package in the server install yum script.
I'm getting the following error on vanilla centos 8 (via vagrant box)
Seems like yum lowercases the package (running yum search only provides lowercase results), even though I can clearly see that it is using case in the yum repo:
http://yum.mariadb.org/10.4/centos8-amd64/rpms/
The simple fix is to just lowercase the package in the server install yum script.