From 5746ac8a2a643275fee91f7e5a0930ce4bdc328a Mon Sep 17 00:00:00 2001 From: bulch Date: Sun, 16 Feb 2025 12:54:14 +0400 Subject: [PATCH] fix: release --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ed7490..c85cf5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,14 @@ jobs: - name: Install Ansible. run: pip3 install ansible-core + - name: Install required collections + run: | + ansible-galaxy collection install community.docker + ansible-galaxy collection install community.general + + - name: List installed collections + run: ansible-galaxy collection list + - name: Trigger a new import on Galaxy. run: >- ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}