fca91fe83e
We copy-paste the same play into various playbooks to detect openstack_release. This change factors that code into a separate playbook that is imported. Change-Id: I5fea005642b960080bf5e43455618dc24766c386
12 lines
221 B
YAML
12 lines
221 B
YAML
---
|
|
- import_playbook: detect-release.yml
|
|
vars:
|
|
detect_release_hosts: mariadb
|
|
|
|
- name: Backup MariaDB
|
|
hosts: mariadb
|
|
roles:
|
|
- { role: mariadb,
|
|
tags: mariadb,
|
|
when: enable_xtrabackup | bool }
|