From 4a112a0c5cea22ff3ef8c9fa143ef681dd42c013 Mon Sep 17 00:00:00 2001 From: bcaton Date: Tue, 15 Oct 2024 15:25:30 -0400 Subject: [PATCH] removing ansible builder install step --- .github/workflows/jobs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/jobs.yml b/.github/workflows/jobs.yml index 86c1c51..924cd53 100644 --- a/.github/workflows/jobs.yml +++ b/.github/workflows/jobs.yml @@ -73,9 +73,6 @@ jobs: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} - - name: Install ansible builder - run: sudo pip install ansible-builder - - name: Build tarfile run: CLIENT=docker make build-${{ matrix.installer-type }}-zip