ansible-roles/mongodb/handlers/main.yml

8 lines
106 B
YAML
Raw Normal View History

2017-04-19 10:58:48 +02:00
---
# handlers file for mongodb
- name: restart mongodb
service:
name: mongod
2017-04-19 10:58:48 +02:00
state: restarted