Manages MariaDB 10.6 + Debian 11

This commit is contained in:
Emilien Mantel
2021-09-01 13:31:11 +02:00
parent 860b212ee0
commit 79d6ed7966
13 changed files with 65 additions and 19 deletions

View File

@@ -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