We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0afd257 + 6265a3e commit 44a2fc3Copy full SHA for 44a2fc3
.github/workflows/integration-tests-kubevirt.yaml
@@ -72,14 +72,6 @@ jobs:
72
path: ${{ env.kubevirt }}
73
ref: main
74
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
-
83
- name: Build and install kubevirt.core collection
84
id: install-kubevirt
85
uses: ansible-network/github_actions/.github/actions/build_install_collection@main
0 commit comments