Skip to content

Commit

Permalink
only install ansible-core and use python 3.x (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Feb 29, 2024
1 parent f1d2ecb commit 2698b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Set up Python 3.
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.x'

- name: Install Ansible.
run: pip3 install ansible ansible-base six
run: pip3 install ansible-core

- 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 2698b08

Please sign in to comment.