File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
22
strategy :
23
23
matrix :
24
24
ansible :
25
- - stable-2.15
26
25
- stable-2.16
27
26
- stable-2.17
27
+ - stable-2.18
28
28
- devel
29
29
steps :
30
30
# https://github.com/ansible-community/ansible-test-gh-action
44
44
fail-fast : false
45
45
matrix :
46
46
ansible :
47
- - stable-2.15
48
47
- stable-2.16
49
48
- stable-2.17
49
+ - stable-2.18
50
50
- devel
51
51
db_engine_name :
52
52
- mysql
@@ -282,9 +282,9 @@ jobs:
282
282
fail-fast : true
283
283
matrix :
284
284
ansible :
285
- - stable-2.15
286
285
- stable-2.16
287
286
- stable-2.17
287
+ - stable-2.18
288
288
- devel
289
289
python :
290
290
- ' 3.8'
Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ Here is the table for the support timeline:
90
90
91
91
### ansible-core
92
92
93
- - stable-2.15
94
93
- stable-2.16
95
94
- stable-2.17
95
+ - stable-2.18
96
96
- current development version
97
97
98
98
### Python
Original file line number Diff line number Diff line change
1
+ plugins/modules/mysql_db.py validate-modules:use-run-command-not-popen
2
+ plugins/module_utils/mysql.py pylint:unused-import
3
+ plugins/module_utils/version.py pylint:unused-import
You can’t perform that action at this time.
0 commit comments