added backup support

This commit is contained in:
nd 2020-04-19 11:52:30 +02:00
parent 44235447fc
commit 14713a0030
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
3 changed files with 28 additions and 0 deletions

View file

@ -20,3 +20,7 @@
password: "{{ item.value.password }}"
priv: "{{ item.value.priv | default('*.*:USAGE') }}"
with_dict: "{{ mariadb.users }}"
- include_tasks: backup.yml
when:
- mariadb.backup.enable