diff --git a/.woodpecker.yml b/.woodpecker.yml index 95668dd..78cdf06 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,5 +9,5 @@ steps: - export ANSIBLE_COLLECTION=slococo/playground - ansible-galaxy collection install -r "$ANSIBLE_COLLECTION"/requirements.yml - ansible-lint - - ansible-galaxy collection install . + - ansible-galaxy collection install "$ANSIBLE_COLLECTION" - ansible-playbook "$ANSIBLE_COLLECTION"/playbooks/main.yml --syntax-check