Merge branch 'release/1.0.1'

This commit is contained in:
Kirill Klenov 2014-07-30 17:23:23 +01:00
commit 5dcf7a932a
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'
- name: Ensure mongodb is started - name: Ensure mongodb is started
service: name=mongodb state=started service: name=mongod state=started
- include: configure.yml - include: configure.yml