Skip to content

Commit

Permalink
install ansible as well? we'll see if that fixes it (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Feb 28, 2024
1 parent be52651 commit be70264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit be70264

Please sign in to comment.