Update the role

This commit is contained in:
Kirill Klenov 2014-11-11 17:20:39 +03:00
parent ac9d614e0b
commit b07c33da2c
1 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
- include: install.deb.yml - include: install.deb.yml
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'
- name: Ensure mongodb is started
service: name=mongod state=started
changed_when: False
- include: configure.yml - include: configure.yml
- name: Ensure mongodb is started
service: name=mongod state=started enabled=yes
changed_when: False