ansible-mysql/handlers/main.yml

8 lines
110 B
YAML

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