Skip to content
Snippets Groups Projects
mariadb_recovery.yml 172 B
---
- name: Recover mariadb
  hosts: mariadb
  roles:
    - { role: mariadb,
        tags: mariadb,
        when: enable_mariadb | bool }
  vars:
    mariadb_recover: true