Definiere Variable
This commit is contained in:
parent
087730ffef
commit
fa08d83b1e
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
||||||
regexp: '^#POSTBACKUP='
|
regexp: '^#POSTBACKUP='
|
||||||
line: POSTBACKUP="{{ scripts_path }}/automysqlbackup_post_script"
|
line: POSTBACKUP="{{ scripts_path }}/automysqlbackup_post_script"
|
||||||
|
|
||||||
|
- name: "mariab: Prüfe scripts-Verzeichnis"
|
||||||
|
file:
|
||||||
|
path: "{{ scripts_path }}"
|
||||||
|
state: touch
|
||||||
|
|
||||||
- name: "mariadb: Erstelle scripts-Verzeichnis"
|
- name: "mariadb: Erstelle scripts-Verzeichnis"
|
||||||
file:
|
file:
|
||||||
path: "{{ scripts_path }}"
|
path: "{{ scripts_path }}"
|
||||||
|
|
Loading…
Reference in a new issue