Fix bug
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Santiago Lo Coco 2024-04-14 20:46:58 +02:00
parent 833b29ee5d
commit 2b9ce6d0d2
1 changed files with 1 additions and 1 deletions

View File

@ -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