From 4b9243ce4f2a7a1aad168ef4c01d2df9496abfc4 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 10 Feb 2025 14:04:11 +0100 Subject: [PATCH] db: refs #8140 Description fixes --- roles/db/tasks/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/db/tasks/test.yml b/roles/db/tasks/test.yml index d474cd8..13c53ef 100644 --- a/roles/db/tasks/test.yml +++ b/roles/db/tasks/test.yml @@ -6,7 +6,7 @@ group: root mode: u=rwx,g=rx,o=rx -- name: Set test MariaBackup apply config template configuration +- name: Set test MariaBackup apply config configuration template: src: mariabackup/apply.config.sh dest: /root/mariabackup/ @@ -14,7 +14,7 @@ group: root mode: u=rw,g=,o= -- name: Set test MariaBackup apply SQL template configuration +- name: Set test MariaBackup apply SQL script copy: src: mariabackup/apply.{{db.branch}}.sql dest: /root/mariabackup/apply.sql