From 6d2567b6c05e9357cb2ed48d1bc6c6cbeb3747d6 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 20 Jul 2020 16:06:40 -0500 Subject: [PATCH] Fixes #167: Re-order ansible installation so it doesn't break on molecule test. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63e458be..c5ebde97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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