2019-09-27 15:29:34 +02:00
|
|
|
# Copyright: (c) 2019, Andrew Klychkov (@Andersson007) <aaklychkov@mail.ru>
|
|
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
|
|
|
|
- import_tasks: setup_mariadb.yml
|
2019-10-19 13:10:35 +02:00
|
|
|
when:
|
|
|
|
- ansible_distribution == 'CentOS'
|
|
|
|
- ansible_distribution_major_version >= '7'
|