Skip to content

Commit 2698b08

Browse files
authored
only install ansible-core and use python 3.x (#233)
1 parent f1d2ecb commit 2698b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Set up Python 3.
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.10'
26+
python-version: '3.x'
2727

2828
- name: Install Ansible.
29-
run: pip3 install ansible ansible-base six
29+
run: pip3 install ansible-core
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)