Fix service name
According installation guides and reality it's `mongod`, not `mongodb`.
This commit is contained in:
parent
2d36eebe69
commit
b8f8bef0f8
|
@ -4,6 +4,6 @@
|
|||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Ensure mongodb is started
|
||||
service: name=mongodb state=started
|
||||
service: name=mongod state=started
|
||||
|
||||
- include: configure.yml
|
||||
|
|
Loading…
Reference in New Issue