Fix service name

According installation guides and reality it's `mongod`, not `mongodb`.
This commit is contained in:
Alexander Shorin 2014-07-29 18:16:43 +04:00
parent 2d36eebe69
commit b8f8bef0f8
1 changed files with 1 additions and 1 deletions

View File

@ -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