From d65efc33b67cfa0b70a5a853b38bc42a8e2e5548 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Tue, 15 Sep 2026 22:29:50 -0400 Subject: [PATCH] Fixing ansible-galaxy install for CI --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index a8b0773..3e7a17c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,6 +7,7 @@ steps: image: ghcr.io/ansible/community-ansible-dev-tools:latest commands: - ansible-galaxy role install -r requirements.yml -p "$CI_WORKSPACE/roles" + - ansible-galaxy collection install -r requirements.yml -p "$CI_WORKSPACE/collections" - name: lint-ansible image: ghcr.io/ansible/community-ansible-dev-tools:latest