db: refs #8140 Description fixes
This commit is contained in:
parent
15ae174c18
commit
4b9243ce4f
|
@ -6,7 +6,7 @@
|
||||||
group: root
|
group: root
|
||||||
mode: u=rwx,g=rx,o=rx
|
mode: u=rwx,g=rx,o=rx
|
||||||
|
|
||||||
- name: Set test MariaBackup apply config template configuration
|
- name: Set test MariaBackup apply config configuration
|
||||||
template:
|
template:
|
||||||
src: mariabackup/apply.config.sh
|
src: mariabackup/apply.config.sh
|
||||||
dest: /root/mariabackup/
|
dest: /root/mariabackup/
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
group: root
|
group: root
|
||||||
mode: u=rw,g=,o=
|
mode: u=rw,g=,o=
|
||||||
|
|
||||||
- name: Set test MariaBackup apply SQL template configuration
|
- name: Set test MariaBackup apply SQL script
|
||||||
copy:
|
copy:
|
||||||
src: mariabackup/apply.{{db.branch}}.sql
|
src: mariabackup/apply.{{db.branch}}.sql
|
||||||
dest: /root/mariabackup/apply.sql
|
dest: /root/mariabackup/apply.sql
|
||||||
|
|
Loading…
Reference in New Issue