You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The restart mongodb handler is not working. It is currently giving the following error.
fatal: [mongo03]: FAILED! => {"changed": false, "msg": "Could not find the requested service mongod: host"}
fatal: [mongo01]: FAILED! => {"changed": false, "msg": "Could not find the requested service mongod: host"}
The problem is that I am using mongodb_package: mongodb-org which makes the daemon name mongodb and not mongod.
I am currently setting my vars.yml as follows:
mongodb_package: mongodb-org
and due to the error mentioned above, I ahd
mongodb_daemon_name: mongodb
Is this something that can be addressed from within the role?
We're currently using:
version 2.6.0 of this role
ansible 2.8.5
Ubuntu 16.04 LTS
MongoDB 3.4
The text was updated successfully, but these errors were encountered:
The restart mongodb handler is not working. It is currently giving the following error.
fatal: [mongo03]: FAILED! => {"changed": false, "msg": "Could not find the requested service mongod: host"}
fatal: [mongo01]: FAILED! => {"changed": false, "msg": "Could not find the requested service mongod: host"}
The problem is that I am using mongodb_package: mongodb-org which makes the daemon name mongodb and not mongod.
I am currently setting my vars.yml as follows:
and due to the error mentioned above, I ahd
mongodb_daemon_name: mongodb
Is this something that can be addressed from within the role?
We're currently using:
The text was updated successfully, but these errors were encountered: