ansible-roles/mongodb/handlers/main.yml
Jérémy Lecour 0c8389baf9 Adapt mongodb role for Stretch
Everything changes :
* package source
* service name
* version
2017-11-21 16:51:19 +01:00

12 lines
179 B
YAML

---
# handlers file for mongodb
- name: restart mongod
service:
name: mongod
state: restarted
- name: restart mongodb
service:
name: mongodb
state: restarted