We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5222079 commit aaef7d3Copy full SHA for aaef7d3
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
python-version: '3.x'
27
28
- name: Install Ansible.
29
- run: pip3 install ansible-base
+ run: pip3 install ansible-core
30
31
- name: Trigger a new import on Galaxy.
32
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