Ensure MySQL is started
parent
4880222d81
commit
ee296f5cf8
|
@ -18,6 +18,9 @@
|
||||||
- name: TEMPLATE Create .my.cnf for root
|
- name: TEMPLATE Create .my.cnf for root
|
||||||
template: src=root/my.cnf dest=/root/.my.cnf owner=root group=root mode=0600 backup=yes
|
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
|
- name: INCLUDE | Secure install
|
||||||
include: 'secure.yml'
|
include: 'secure.yml'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue