ansible/roles/mariadb/handlers/main.yml

5 lines
78 B
YAML

---
- name: restart mariadb
service:
name: mariadb
state: restarted