From 58f0f13b1fe74f0372f193bd0b31a3423097ef3b Mon Sep 17 00:00:00 2001 From: Nemental <15136847+Nemental@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:01:10 +0100 Subject: [PATCH] ci: install ansible-core from github to match versions --- .github/workflows/ansible-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 954350b7..a62c6d0d 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -85,7 +85,7 @@ jobs: - name: Install dependencies run: | python -m pip install --no-cache-dir --upgrade pip - pip install "ansible-core==${{ matrix.ansible_version }}" molecule molecule-docker + pip install "git+https://github.com/ansible/ansible@${{ matrix.ansible_version }}" molecule molecule-docker - name: Test with molecule run: |