db: refs #8140 Description fixes
This commit is contained in:
parent
15ae174c18
commit
4b9243ce4f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue