iloth_ansible/roles/mariadb/handlers/main.yml

5 lines
83 B
YAML

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