We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d2ecb commit 2698b08Copy full SHA for 2698b08
.github/workflows/publish.yml
@@ -23,10 +23,10 @@ jobs:
23
- name: Set up Python 3.
24
uses: actions/setup-python@v5
25
with:
26
- python-version: '3.10'
+ python-version: '3.x'
27
28
- name: Install Ansible.
29
- run: pip3 install ansible ansible-base six
+ run: pip3 install ansible-core
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