Update the role.

This commit is contained in:
Kirill Klenov 2014-06-09 12:59:15 +04:00
parent c7801370cc
commit e7795d144d
1 changed files with 3 additions and 0 deletions

View File

@ -3,4 +3,7 @@
- include: install.deb.yml
when: ansible_os_family == 'Debian'
- name: Ensure mongodb is started
service: name=mongodb state=started
- include: configure.yml