Skip to content

Commit be70264

Browse files
authored
install ansible as well? we'll see if that fixes it (#229)
1 parent be52651 commit be70264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: '3.x'
2727

2828
- name: Install Ansible.
29-
run: pip3 install ansible-base
29+
run: pip3 install ansible ansible-base
3030

3131
- name: Trigger a new import on Galaxy.
3232
run: ansible-galaxy role import --api-key ${{ secrets.OSC_ROBOT_GALAXY_TOKEN }} OSC ood-ansible

0 commit comments

Comments
 (0)