Fixes #167: Re-order ansible installation so it doesn't break on molecule test.

This commit is contained in:
Jeff Geerling
2020-07-20 16:06:40 -05:00
parent a16ac42f3e
commit 6d2567b6c0

View File

@@ -83,12 +83,12 @@ jobs:
with:
python-version: ${{ matrix.python_version }}
- name: Install molecule and openshift dependencies
run: pip install molecule yamllint openshift flake8
- name: Install ansible base (devel branch)
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
- name: Install molecule and openshift dependencies
run: pip install molecule yamllint openshift flake8
- name: Create default collection path symlink
run: |
mkdir -p /home/runner/.ansible