We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc84384 + 7778f16 commit 5fad83cCopy full SHA for 5fad83c
.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
.github/workflows/slugger.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
- name: Check for changes
40
run: |
0 commit comments