ansible/roles/mongodb/handlers/main.yml

6 lines
93 B
YAML

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