Fix roles CI (#316)

This commit is contained in:
Andrew Klychkov 2022-03-23 12:00:26 +03:00 committed by GitHub
parent 55458f5b0b
commit e6e661b87f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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