mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 12:44:25 -07:00
Fix missing option in the command usage documentation
This commit is contained in:
parent
d493082c02
commit
59ea1c1f41
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ make ansible="stable-2.14" db_engine_name="mysql" db_engine_version="5.7.40" pyt
|
||||||
|
|
||||||
# Keep databases and ansible tests containers alives
|
# Keep databases and ansible tests containers alives
|
||||||
# A single target and continue on errors
|
# A single target and continue on errors
|
||||||
make ansible="stable-2.14" db_engine_name="mysql" db_engine_version="8.0.31" python="3.9" connector_name="mysqlclient" connector_version="2.0.3"
|
make ansible="stable-2.14" db_engine_name="mysql" db_engine_version="8.0.31" python="3.9" connector_name="mysqlclient" connector_version="2.0.3" target="test_mysql_query" keep_containers_alive=1 continue_on_errors=1
|
||||||
|
|
||||||
# If your system has an usupported version of Python:
|
# If your system has an usupported version of Python:
|
||||||
make local_python_version="3.8" ansible="stable-2.14" db_engine_name="mariadb" db_engine_version="10.6.11" python="3.9" connector_name="pymysql" connector_version="0.9.3"
|
make local_python_version="3.8" ansible="stable-2.14" db_engine_name="mariadb" db_engine_version="10.6.11" python="3.9" connector_name="pymysql" connector_version="0.9.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue