Ensure MySQL is started

pull/6/head
Emilien Mantel 2015-08-07 23:34:47 +02:00
parent 4880222d81
commit ee296f5cf8
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
- name: TEMPLATE Create .my.cnf for root
template: src=root/my.cnf dest=/root/.my.cnf owner=root group=root mode=0600 backup=yes
- name: SERVICE | Ensure daemon is started
service: name=mysql state=started
- name: INCLUDE | Secure install
include: 'secure.yml'