Update the role.
This commit is contained in:
parent
c7801370cc
commit
e7795d144d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue