mariadb: Skript-Verzeichnis wird durch basic-server erstellt
This commit is contained in:
parent
66bcb2c729
commit
1d66ef3f1e
1 changed files with 1 additions and 6 deletions
|
@ -11,13 +11,8 @@
|
|||
state: touch
|
||||
changed_when: false
|
||||
|
||||
- name: "mariadb: Erstelle scripts-Verzeichnis"
|
||||
file:
|
||||
path: "{{ local_scripts_dir }}"
|
||||
state: directory
|
||||
|
||||
- name: "mariadb: Richte Backup ein 2"
|
||||
copy:
|
||||
src: automysqlbackup_post_script
|
||||
dest: "{{ local_scripts_dir }}/automysqlbackup_post_script"
|
||||
dest: "{{ local_scripts_dir }}/"
|
||||
mode: 0755
|
||||
|
|
Loading…
Reference in a new issue