mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-03-16 11:52:09 +07:00
Manages MariaDB 10.6 + Debian 11
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
name: "{{ item }}"
|
||||
state: import
|
||||
target: /tmp/import1.sql
|
||||
login_unix_socket: "{{ mariadb_socket }}"
|
||||
loop: ['testrepl', 'norepl']
|
||||
when: c.changed
|
||||
|
||||
@@ -73,6 +74,7 @@
|
||||
name: "{{ item }}"
|
||||
state: import
|
||||
target: /tmp/import2.sql
|
||||
login_unix_socket: "{{ mariadb_socket }}"
|
||||
loop: ['testrepl', 'norepl']
|
||||
when: c.changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user