Skip to content

Commit 09c3233

Browse files
committed
Use ansible-core (from upstream)
1 parent 2828e46 commit 09c3233

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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/trigger-release.yml

Lines changed: 1 addition & 1 deletion
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: Create a new git tag
3232
run: |

0 commit comments

Comments
 (0)