* Adjust tests/sanity/ignore-2.10.txt to deprecation changes.

ci_complete

* Install requirements for MySQL modules.

ci_complete

* Disable firewalld test.

ci_complete

* Try PyMySQL instead.

ci_complete
This commit is contained in:
Felix Fontein 2020-06-10 10:29:08 +02:00 committed by GitHub
commit 5552c6e94f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 173 additions and 151 deletions

View file

@ -1,6 +1,11 @@
# We run two servers listening different ports
# to be able to check replication (one server for master, another for standby).
- name: Install PyMySQL package via pip
pip:
name: PyMySQL
state: present
- name: Install Repo
yum:
name: '{{ repo_link }}'