xoxys.mongodb/handlers/main.yml

9 lines
151 B
YAML
Raw Normal View History

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