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