Definiere Variable

This commit is contained in:
phil 2021-05-28 11:52:32 +02:00
parent 087730ffef
commit fa08d83b1e

View file

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