5 lines
90 B
YAML
5 lines
90 B
YAML
# handlers file for mysql
|
|
---
|
|
- name: restart mysql
|
|
service: name=mysql state=restarted
|