mariadb: Skript-Verzeichnis wird durch basic-server erstellt

This commit is contained in:
phil 2022-01-28 11:07:21 +01:00
parent 66bcb2c729
commit 1d66ef3f1e

View file

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