|
|
@ -35,8 +35,4 @@ jobs: |
|
|
|
run: pip3 install ansible-base |
|
|
|
run: pip3 install ansible-base |
|
|
|
|
|
|
|
|
|
|
|
- name: Trigger a new import on Galaxy. |
|
|
|
- name: Trigger a new import on Galaxy. |
|
|
|
run: >- |
|
|
|
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2) |
|
|
|
ansible-galaxy role import |
|
|
|
|
|
|
|
--api-key ${{ secrets.GALAXY_API_KEY }} |
|
|
|
|
|
|
|
$(echo ${{ github.repository }} | cut -d/ -f1) |
|
|
|
|
|
|
|
$(echo ${{ github.repository }} | cut -d/ -f2) |
|
|
|
|
|
|
|