We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be52651 commit be70264Copy full SHA for be70264
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
python-version: '3.x'
27
28
- name: Install Ansible.
29
- run: pip3 install ansible-base
+ run: pip3 install ansible ansible-base
30
31
- name: Trigger a new import on Galaxy.
32
run: ansible-galaxy role import --api-key ${{ secrets.OSC_ROBOT_GALAXY_TOKEN }} OSC ood-ansible
0 commit comments