Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Santiago Lo Coco 2024-04-14 20:10:06 +02:00
parent bea1f474e5
commit 9bc322761d
1 changed files with 4 additions and 5 deletions

View File

@ -2,12 +2,11 @@ when:
branch: master
steps:
build:
ansible-lint:
image: alpine/git
commands:
- apk add ansible ansible-lint
# - cd slococo/playground
# - ansible-galaxy collection install .
- ansible-galaxy collection install -r slococo/playground/requirements.yml
- 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
- ls -al