xoxys.mongodb/handlers/main.yml

9 lines
151 B
YAML
Raw Normal View History

2017-12-22 11:59:12 +00:00
---
2018-07-05 21:16:57 +00:00
- name: Restart mongod service
2017-12-22 11:59:12 +00:00
systemd:
name: mongod
state: restarted
enabled: yes
daemon_reload: yes
2018-07-05 21:16:57 +00:00
listen: __mongod_restart