mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-03-01 21:20:40 +00:00
8 lines
130 B
YAML
8 lines
130 B
YAML
---
|
|
|
|
- name: mongodb reload
|
|
service: name=mongod state=reloaded
|
|
|
|
- name: mongodb restart
|
|
service: name=mongod state=restarted
|