Installation Error

Hello I am brand new to wazo and linux in general. I am attempting to install on a Debian 10 VM.
I try to follow the steps and I get the error below:

TASK [uc-engine : Ensure dbus is started] ******************************************************************************
ok: [localhost]

TASK [uc-engine : Setup engine] ****************************************************************************************
fatal: [localhost]: FAILED! => {"access_control_allow_origin": "*", "changed": false, "connection": "close", "content": "{\"message\": \"Too many nameservers configured on host, maximum authorized is three\", \"error_id\": \"setup-nameservers-failed\", \"details\": {}, \"timestamp\": 1678042818.3549154, \"resource\": \"setup\"}\n", "content_length": "193", "content_type": "application/json", "date": "Sun, 05 Mar 2023 19:00:18 GMT", "json": {"details": {}, "error_id": "setup-nameservers-failed", "message": "Too many nameservers configured on host, maximum authorized is three", "resource": "setup", "timestamp": 1678042818.3549154}, "msg": "Status code was 500 and not [201]: HTTP Error 500: INTERNAL SERVER ERROR", "redirected": false, "server": "nginx/1.14.2", "status": 500, "url": "https://localhost:443/api/setupd/1.0/setup"}
        to retry, use: --limit @/root/wazo-ansible/uc-engine.retry

PLAY RECAP *************************************************************************************************************
localhost                  : ok=120  changed=26   unreachable=0    failed=1

root@wazo:~/wazo-ansible#

Can Anyone Help?

Hello,

The error say you have too many entries in your configuration. Check your /etc/resolve.conf and relaunch your installation.

Sylvain