ansible/roles/mariadb/handlers/main.yml

5 lines
94 B
YAML

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