Could not find or access 'files/mariadb_config.cnf'

Hello,

I am installing a software that depends on MariaDB... when installing, I got this error:

fatal: [localhost]: FAILED! => {"changed": false, "msg": "Could not find or access 'files/mariadb_config.cnf'\nSearched in:\n\t/tmp/.bench/playbooks/roles/mariadb/templates/files/mariadb_config.cnf\n\t/tmp/.bench/playbooks/roles/mariadb/files/mariadb_config.cnf\n\t/tmp/.bench/playbooks/roles/mariadb/tasks/templates/files/mariadb_config.cnf\n\t/tmp/.bench/playbooks/roles/mariadb/tasks/files/mariadb_config.cnf\n\t/tmp/.bench/playbooks/templates/files/mariadb_config.cnf\n\t/tmp/.bench/playbooks/files/mariadb_config.cnf on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"}
        to retry, use: --limit @/tmp/.bench/playbooks/site.retry

I have tried to find some information but I have only found some that refers to my.cnf file.

any help, please?

Jaime

Answer Answered by Anel Husakovic in this comment.

Hi Jaime, what will happen if you copy the content of the file you found in `my.cnf` to the file `mariadb_config.cnf` in the error path ?

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.