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