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