enable mysql related integration tests for rhel8 beta (#49163)

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2018-12-05 16:57:44 -06:00 committed by ansibot
parent ae12be6cd9
commit ea2b0114ea
5 changed files with 7 additions and 3 deletions

View file

@ -2,4 +2,3 @@ destructive
shippable/posix/group1
skip/osx
skip/freebsd
skip/rhel8.0

View file

@ -2,4 +2,3 @@ destructive
shippable/posix/group1
skip/osx
skip/freebsd
skip/rhel8.0

View file

@ -2,4 +2,3 @@ destructive
shippable/posix/group1
skip/osx
skip/freebsd
skip/rhel8.0

View file

@ -31,6 +31,7 @@
with_first_found:
- files:
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}{{ python_suffix }}.yml'
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml'
- '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}{{ python_suffix }}.yml'
- '{{ ansible_distribution }}{{ python_suffix }}.yml'
- '{{ ansible_os_family }}{{ python_suffix }}.yml'

View file

@ -0,0 +1,6 @@
mysql_service: 'mariadb'
mysql_packages:
- mariadb-server
- python3-PyMySQL
- bzip2