Skip to content

Commit 5fad83c

Browse files
authored
Merge pull request #76 from jdavcs/ansible_core
Use ansible-core instead of ansible-base
2 parents dc84384 + 7778f16 commit 5fad83c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

.github/workflows/slugger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: '3.x'
3535

3636
- name: Install Ansible.
37-
run: pip3 install ansible-base
37+
run: pip3 install ansible-core
3838

3939
- name: Check for changes
4040
run: |

0 commit comments

Comments
 (0)