mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-29 02:44:41 +00:00
Fixes #167: Re-order ansible installation so it doesn't break on molecule test.
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -83,12 +83,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python_version }}
|
python-version: ${{ matrix.python_version }}
|
||||||
|
|
||||||
- name: Install molecule and openshift dependencies
|
|
||||||
run: pip install molecule yamllint openshift flake8
|
|
||||||
|
|
||||||
- name: Install ansible base (devel branch)
|
- name: Install ansible base (devel branch)
|
||||||
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
|
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
|
- name: Create default collection path symlink
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /home/runner/.ansible
|
mkdir -p /home/runner/.ansible
|
||||||
|
|||||||
Reference in New Issue
Block a user