On broken configuration, don't start daemon

This commit is contained in:
Emilien Mantel
2016-01-14 16:58:07 +01:00
parent 842e2c0a10
commit eeae0e82d3

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