7 lines
100 B
YAML
7 lines
100 B
YAML
---
|
|
# This starts the mysql service
|
|
|
|
- name: Start mysql service
|
|
service: name=mysql state=start
|
|
|