diff --git a/.woodpecker.yml b/.woodpecker.yml index cd934da..46150dd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,5 +8,7 @@ steps: - apk add ansible ansible-lint - export ANSIBLE_COLLECTION=slococo/playground - ansible-galaxy collection install -r "$ANSIBLE_COLLECTION"/requirements.yml - - ansible-playbook "$ANSIBLE_COLLECTION"/playbooks/main.yml --syntax-check - ansible-lint + - ansible-galaxy collection install . + - ansible-playbook "$ANSIBLE_COLLECTION"/playbooks/main.yml --syntax-check +