mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-01 19:54:26 -07:00
Merge branch 'ansible-collections:main' into check_ansi_quotes_in_session_variable
This commit is contained in:
commit
a086778c83
3 changed files with 7 additions and 4 deletions
6
.github/workflows/ansible-test-plugins.yml
vendored
6
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -22,9 +22,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
ansible:
|
||||
- stable-2.15
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- devel
|
||||
steps:
|
||||
# https://github.com/ansible-community/ansible-test-gh-action
|
||||
|
@ -44,9 +44,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
ansible:
|
||||
- stable-2.15
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- devel
|
||||
db_engine_name:
|
||||
- mysql
|
||||
|
@ -282,9 +282,9 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
ansible:
|
||||
- stable-2.15
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- devel
|
||||
python:
|
||||
- '3.8'
|
||||
|
|
|
@ -90,9 +90,9 @@ Here is the table for the support timeline:
|
|||
|
||||
### ansible-core
|
||||
|
||||
- stable-2.15
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- current development version
|
||||
|
||||
### Python
|
||||
|
|
3
tests/sanity/ignore-2.19.txt
Normal file
3
tests/sanity/ignore-2.19.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
plugins/modules/mysql_db.py validate-modules:use-run-command-not-popen
|
||||
plugins/module_utils/mysql.py pylint:unused-import
|
||||
plugins/module_utils/version.py pylint:unused-import
|
Loading…
Add table
Add a link
Reference in a new issue