-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
Ubuntu 16.04 Could not find the requested service mongod: host #36
Comments
This help for me:
It's like: https://github.com/Stouts/Stouts.mongodb/blob/master/tasks/install.xenial.yml Stouts.mongodb/tasks/mongodb.yml Line 12 in fcc726e
|
or you can make a daemon-reload before
|
Hi, I'm having the same issue, have tried to add :
in task/configure.yml just before - name: Ensure mongodb is started also tried to add :
anyone solved the issue ? Thanks you Simon |
This was necessary to avoid errors that were appearing on my installation. This fix was suggested here: Stouts/Stouts.mongodb#36
When configure almost finish on Ubuntu 16.04 I have such error
TASK [Stouts.mongodb : Ensure mongodb is started] >
{"changed": false, "failed": true, "msg": "Could not find the requested service mongod: host"}
my playbook
The text was updated successfully, but these errors were encountered: