xoxys.mongodb/handlers/main.yml

11 lines
179 B
YAML

---
- name: Restart service
service:
name: mongod
state: restarted
enabled: yes
daemon_reload: yes
listen: __mongod_restart
become: True
become_user: root