Skip to content

Commit 5746ac8

Browse files
committed
fix: release
1 parent 9865d04 commit 5746ac8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/release.yml

+8
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ jobs:
3333
- name: Install Ansible.
3434
run: pip3 install ansible-core
3535

36+
- name: Install required collections
37+
run: |
38+
ansible-galaxy collection install community.docker
39+
ansible-galaxy collection install community.general
40+
41+
- name: List installed collections
42+
run: ansible-galaxy collection list
43+
3644
- name: Trigger a new import on Galaxy.
3745
run: >-
3846
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}

0 commit comments

Comments
 (0)