mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-21 17:28:28 +00:00
10 lines
169 B
YAML
10 lines
169 B
YAML
---
|
|
|
|
- include: install.deb.yml
|
|
when: ansible_os_family == 'Debian'
|
|
|
|
- name: Ensure mongodb is started
|
|
service: name=mongodb state=started
|
|
|
|
- include: configure.yml
|