Skip to content

Commit f554d7f

Browse files
authored
Merge pull request #60 from jdavcs/ansible_core
Use ansible-core instead of ansible-base
2 parents 5222079 + aaef7d3 commit f554d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
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-core
3030

3131
- name: Trigger a new import on Galaxy.
3232
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2) --branch main

0 commit comments

Comments
 (0)