On broken configuration, don't start daemon
parent
842e2c0a10
commit
eeae0e82d3
|
@ -8,9 +8,6 @@
|
||||||
- name: INCLUDE | Install
|
- name: INCLUDE | Install
|
||||||
include: install/main.yml
|
include: install/main.yml
|
||||||
|
|
||||||
- name: SERVICE | Ensure daemon is started
|
|
||||||
service: name=mysql state=started
|
|
||||||
|
|
||||||
- name: TEMPLATE | Deploy configuration
|
- name: TEMPLATE | Deploy configuration
|
||||||
template: src=etc/mysql/my.cnf.j2 dest=/etc/mysql/my.cnf
|
template: src=etc/mysql/my.cnf.j2 dest=/etc/mysql/my.cnf
|
||||||
register: config
|
register: config
|
||||||
|
|
Loading…
Reference in New Issue