mirror of https://github.com/ansible/ansible.git
Fix setup_mysql8 tests for CentOS 8 (#64868)
# Conflicts: # test/integration/targets/firewalld/tasks/main.ymlpull/64913/head
parent
73a2ee7318
commit
41f301fe1b
@ -0,0 +1,4 @@
|
||||
mysql_support_packages:
|
||||
- python3-PyMySQL
|
||||
|
||||
mysql_disablerepo: AppStream
|
@ -0,0 +1,4 @@
|
||||
mysql_support_packages:
|
||||
- python3-PyMySQL
|
||||
|
||||
mysql_disablerepo: rhel-8-for-x86_64-appstream-rpms
|
@ -1,3 +0,0 @@
|
||||
mysql_data_dirs:
|
||||
- /var/lib/mysql
|
||||
- /usr/mysql
|
Loading…
Reference in New Issue