Skip to content

Commit 22d946a

Browse files
committed
Install ansible on Power and Z runners
1 parent 04dbb23 commit 22d946a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/collector.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
- name: Set up Docker Buildx
5555
uses: docker/setup-buildx-action@v3
5656

57+
- name: Install ansible on P&Z runners
58+
if: matrix.arch == 'ppc64le'
59+
run: |
60+
sudo apt-get install -y ansible
61+
5762
- name: Create ansible vars
5863
run: |
5964
cat << EOF > ${{ github.workspace }}/ansible/secrets.yml

0 commit comments

Comments
 (0)