diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e2e4f07..f28eef96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,12 +84,14 @@ jobs: python-version: ${{ matrix.python_version }} - 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. - run: | - pip uninstall -y ansible - pip install --pre ansible-base + # The latest release doesn't work with Molecule currently. + # See: https://github.com/ansible-community/molecule/issues/2757 + # - name: Install ansible base, latest release. + # run: | + # pip uninstall -y ansible + # pip install --pre ansible-base # The devel branch doesn't work with Molecule currently. # See: https://github.com/ansible-community/molecule/issues/2757