From fa08d83b1e55e742e57fc09db228b6b6e4a01ffa Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 28 May 2021 11:52:32 +0200 Subject: [PATCH] Definiere Variable --- tasks/mariadb.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 }}"