mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-16 06:57:56 +00:00
Support new variable and due to difference between Debian/Ubuntu repo and MongoDB, daemon and file convention naming are differents.
11 lines
275 B
YAML
11 lines
275 B
YAML
---
|
|
|
|
- name: mongodb reload
|
|
service: name={{ mongodb_daemon_name }} state=reloaded
|
|
|
|
- name: mongodb restart
|
|
service: name={{ mongodb_daemon_name }} state=restarted
|
|
|
|
- name: mongodb-mms-automation-agent restart
|
|
service: name=mongodb-mms-automation-agent state=restarted
|