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

Signed-off-by: Adam Miller <admiller@redhat.com>
pull/49574/head
Adam Miller 6 years ago committed by ansibot
parent ae12be6cd9
commit ea2b0114ea

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

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

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

@ -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'

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