mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Update requirements (#296)
This commit is contained in:
parent
82cedf8510
commit
71a628f82d
2 changed files with 3 additions and 2 deletions
|
@ -72,7 +72,7 @@ Every voice is important and every idea is valuable. If you have something on yo
|
||||||
|
|
||||||
- mysql 5.7.31
|
- mysql 5.7.31
|
||||||
- mysql 8.0.22
|
- mysql 8.0.22
|
||||||
- mariadb 10.2.37
|
- mariadb 10.3.34
|
||||||
- mariadb 10.5.9
|
- mariadb 10.5.9
|
||||||
|
|
||||||
### Database connectors
|
### Database connectors
|
||||||
|
|
|
@ -71,7 +71,8 @@ options:
|
||||||
type: bool
|
type: bool
|
||||||
version_added: '1.1.0'
|
version_added: '1.1.0'
|
||||||
requirements:
|
requirements:
|
||||||
- PyMySQL (Python 2.7 and Python 3.X), or
|
- mysqlclient (Python 3.5+) or
|
||||||
|
- PyMySQL (Python 2.7 and Python 3.x) or
|
||||||
- MySQLdb (Python 2.x)
|
- MySQLdb (Python 2.x)
|
||||||
notes:
|
notes:
|
||||||
- Requires the PyMySQL (Python 2.7 and Python 3.X) or MySQL-python (Python 2.X) package installed on the remote host.
|
- Requires the PyMySQL (Python 2.7 and Python 3.X) or MySQL-python (Python 2.X) package installed on the remote host.
|
||||||
|
|
Loading…
Add table
Reference in a new issue