Commit 082c24d9 by James Laska Committed by James Cammarata

Include el7 mariadb support in mysql integration test

parent e96fe1f3
......@@ -17,7 +17,12 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# ============================================================
- include_vars: '{{ ansible_os_family }}.yml'
- include_vars: '{{ item }}'
with_first_found:
- files:
- '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml'
- '{{ ansible_os_family }}.yml'
paths: '../vars'
- name: install mysqldb_test rpm dependencies
yum: name={{ item }} state=latest
......
mysql_service: 'mariadb'
mysql_packages:
- mariadb-server
- MySQL-python
- bzip2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment