Merge pull request #1 from kxepal/patch-1

Fix service name
This commit is contained in:
Kirill Klenov 2014-07-30 17:22:02 +01:00
commit 3e6eb27833
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