Error appears to have been in '/root/config.yml

I need Help to fix this error :

The offending line appears to be:

EDXAPP_LMS_BASE: "ekalan.net
EDXAPP_CMS_BASE: "ekalan.net:18010
^ here
This one looks easy to fix. It seems that there is a value started
with a quote, and the YAML parser is expecting to see the line ended
with the same kind of quote. For instance:

when: "ok" in result.stdout

Could be written as:

when: ‘“ok” in result.stdout’

Or equivalently:

when: “‘ok’ in result.stdout”

========================================
Ansible failed!

That’s a file you created, isn’t it? You can edit the file to fix the syntax.

1 Like

Thank you @nedbat ,

Know i have this error :

========================================
Ansible failed!

If you need help, see https://open.edx.org/getting-help .
When asking for help, please provide as much information as you can.
These might be helpful:
Your log file is at logs/install-20200403-141550.log
Your environment:
OPENEDX_RELEASE=open-release/ironwood.2

Please assist …

Can you @Traore_Ousmane please try changing these 2 lines as below.
EDXAPP_LMS_BASE: “ekalan.net 1”,
EDXAPP_CMS_BASE: “ekalan.net:18010

And run the command mentioned in https://openedx.atlassian.net/wiki/spaces/OpenOPS/pages/146440579/Native+Open+edX+platform+Ubuntu+16.04+64+bit+Installation link.

1 Like

thank you @chinmaybhatk I was able to fix the problem, thanks to your answers.
But i have this error :

========================================

Ansible failed!

If you need help, see Connect - Open edX .

When asking for help, please provide as much information as you can.
These might be helpful:
Your log file is at logs/install-20200403-141550.log
Your environment:
OPENEDX_RELEASE=open-release/ironwood.2