Skip to content

Commit 6265a3e

Browse files
committed
Remove ansible install step from kubevirt GHA
Ansible 2.17 is already included in the ubuntu-latest runner image, so there's no need for a separate install step. It was broken in any case because the python version being used was too low for ansible 2.18.
1 parent 0afd257 commit 6265a3e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/integration-tests-kubevirt.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ jobs:
7272
path: ${{ env.kubevirt }}
7373
ref: main
7474

75-
# Install ansible
76-
- name: Install ansible-core (${{ env.ansible_version }})
77-
run: >-
78-
python3 -m pip install
79-
https://github.com/ansible/ansible/archive/${{ env.ansible_version }}.tar.gz
80-
--disable-pip-version-check
81-
shell: bash
82-
8375
- name: Build and install kubevirt.core collection
8476
id: install-kubevirt
8577
uses: ansible-network/github_actions/.github/actions/build_install_collection@main

0 commit comments

Comments
 (0)