Fix mongodb service name. Rollback 1.0.1

This commit is contained in:
Kirill Klenov 2014-07-30 18:06:15 +01:00
parent 3e6eb27833
commit 804b562713
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=mongod state=started
service: name=mongodb state=started
- include: configure.yml