ansible/roles/mongodb/handlers/main.yml

5 lines
92 B
YAML

---
- name: Restart mongod
ansible.builtin.service:
name: mongod
state: restarted