mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-03-02 10:42:09 +07:00
On broken configuration, don't start daemon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user