On broken configuration, don't start daemon

pull/26/head
Emilien Mantel 2016-01-14 16:58:07 +01:00
parent 842e2c0a10
commit eeae0e82d3
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@
- name: INCLUDE | Install
include: install/main.yml
- name: SERVICE | Ensure daemon is started
service: name=mysql state=started
- name: TEMPLATE | Deploy configuration
template: src=etc/mysql/my.cnf.j2 dest=/etc/mysql/my.cnf
register: config