We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a ansible playbook that will configure ads server setup from host machine
The text was updated successfully, but these errors were encountered:
Written a playbook and committed the changes in 68c6eb9.
Sorry, something went wrong.
Still there is a small problem when starting ./mange_services.sh
Traceback (most recent call last): File "src/controller_server.py", line 27, in from httplogging.http_logger import logger File "/root/ovpl/src/httplogging/http_logger.py" raise ValueError(errmsg("Expecting : delimiter", s, end)) ValueError: Expecting : delimiter: line 9 column 24 (char 161)
Issue is resolved, mistake in config.json file. We have given "=" instead of ":"
another issue encountered NameError: global name 'memoryview' is not defined in ads server.
ADS error vlead/ovpl#77
No branches or pull requests
Write a ansible playbook that will configure ads server setup from host machine
The text was updated successfully, but these errors were encountered: