diff --git a/tasks/mariadb.yml b/tasks/mariadb.yml index bb9ba5c..a352d48 100644 --- a/tasks/mariadb.yml +++ b/tasks/mariadb.yml @@ -5,6 +5,11 @@ regexp: '^#POSTBACKUP=' line: POSTBACKUP="{{ scripts_path }}/automysqlbackup_post_script" +- name: "mariab: Prüfe scripts-Verzeichnis" + file: + path: "{{ scripts_path }}" + state: touch + - name: "mariadb: Erstelle scripts-Verzeichnis" file: path: "{{ scripts_path }}"