mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix CI (#487)
* 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:
parent
ab26dc8fa1
commit
5552c6e94f
4 changed files with 173 additions and 151 deletions
|
@ -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 }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue