mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-10 05:25:44 +00:00
11 lines
202 B
YAML
11 lines
202 B
YAML
---
|
|
|
|
- include: install.deb.yml
|
|
when: ansible_os_family == 'Debian'
|
|
|
|
- include: configure.yml
|
|
|
|
- name: Ensure mongodb is started
|
|
service: name=mongod state=started enabled=yes
|
|
changed_when: False
|