6 lines
87 B
YAML
6 lines
87 B
YAML
---
|
|
- name: restart mysql
|
|
service: name=mysql state=restarted
|
|
|
|
# vim: set ts=2 sw=2:
|