We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f59c63 commit 0c2d8eeCopy full SHA for 0c2d8ee
.github/workflows/release.yml
@@ -32,7 +32,9 @@ jobs:
32
python-version: '3.x'
33
34
- name: Install Ansible.
35
- run: pip3 install ansible-base
+ run: pip3 install ansible-core
36
37
- name: Trigger a new import on Galaxy.
38
- run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
+ run: >-
39
+ ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
40
+ $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
0 commit comments