From be702646aab19a47df63ffffa364d31828703bfa Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Wed, 28 Feb 2024 13:14:41 -0500 Subject: [PATCH] install ansible as well? we'll see if that fixes it (#229) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1ad3190..9c8463e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: python-version: '3.x' - name: Install Ansible. - run: pip3 install ansible-base + run: pip3 install ansible ansible-base - name: Trigger a new import on Galaxy. run: ansible-galaxy role import --api-key ${{ secrets.OSC_ROBOT_GALAXY_TOKEN }} OSC ood-ansible