mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Fix roles CI (#316)
This commit is contained in:
parent
55458f5b0b
commit
e6e661b87f
1 changed files with 17 additions and 6 deletions
23
.github/workflows/ansible-test-roles.yml
vendored
23
.github/workflows/ansible-test-roles.yml
vendored
|
@ -24,13 +24,24 @@ jobs:
|
||||||
- 2.0.12
|
- 2.0.12
|
||||||
ansible:
|
ansible:
|
||||||
- stable-2.9
|
- stable-2.9
|
||||||
### it looks like there's errors for 2.10+ with ansible-lint (https://github.com/ansible/ansible-lint/pull/878)
|
- stable-2.10
|
||||||
### and molecule (_maybe_ relating to https://github.com/ansible-community/molecule/pull/2547)
|
- stable-2.11
|
||||||
# - stable-2.10
|
- stable-2.12
|
||||||
# - devel
|
- devel
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 3.6
|
||||||
- 3.8
|
- 3.8
|
||||||
|
exclude:
|
||||||
|
- python: 3.8
|
||||||
|
ansible: stable-2.9
|
||||||
|
- python: 3.8
|
||||||
|
ansible: stable-2.10
|
||||||
|
- python: 3.8
|
||||||
|
ansible: stable-2.11
|
||||||
|
- python: 3.6
|
||||||
|
ansible: stable-2.12
|
||||||
|
- python: 3.6
|
||||||
|
ansible: devel
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -44,7 +55,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
|
||||||
- name: Install ansible-base (${{ matrix.ansible }})
|
- name: Install ansible-core (${{ matrix.ansible }})
|
||||||
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
|
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
|
||||||
|
|
||||||
- name: Install molecule and related dependencies
|
- name: Install molecule and related dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue