mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-09 13:42:10 +07:00
Fix template
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
- name: TEMPLATE | Deploy master configuration
|
- name: TEMPLATE | Deploy master configuration
|
||||||
template:
|
template:
|
||||||
src: etc/mysql/mariadb.conf.d/50-master.cnf.j2
|
src: etc/mysql/mariadb.conf.d/40-master.cnf.j2
|
||||||
dest: /etc/mysql/mariadb.conf.d/50-master.cnf
|
dest: /etc/mysql/mariadb.conf.d/40-master.cnf
|
||||||
notify: restart mariadb
|
notify: restart mariadb
|
||||||
|
|||||||
Reference in New Issue
Block a user