mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 05:52:37 +00:00
Issue #167: Try Ansible's stable release.
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -84,12 +84,14 @@ jobs:
|
|||||||
python-version: ${{ matrix.python_version }}
|
python-version: ${{ matrix.python_version }}
|
||||||
|
|
||||||
- name: Install molecule and openshift dependencies
|
- name: Install molecule and openshift dependencies
|
||||||
run: pip install molecule yamllint openshift flake8
|
run: pip install ansible molecule yamllint openshift flake8
|
||||||
|
|
||||||
- name: Install ansible base, latest release.
|
# The latest release doesn't work with Molecule currently.
|
||||||
run: |
|
# See: https://github.com/ansible-community/molecule/issues/2757
|
||||||
pip uninstall -y ansible
|
# - name: Install ansible base, latest release.
|
||||||
pip install --pre ansible-base
|
# run: |
|
||||||
|
# pip uninstall -y ansible
|
||||||
|
# pip install --pre ansible-base
|
||||||
|
|
||||||
# The devel branch doesn't work with Molecule currently.
|
# The devel branch doesn't work with Molecule currently.
|
||||||
# See: https://github.com/ansible-community/molecule/issues/2757
|
# See: https://github.com/ansible-community/molecule/issues/2757
|
||||||
|
|||||||
Reference in New Issue
Block a user