Add commands to debug
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Torjus Håkestad 2022-01-10 22:05:31 +01:00
parent 44528c58e4
commit a32ffe6db4

View File

@ -3,6 +3,9 @@ pipeline:
image: quay.io/ansible/ansible-runner:latest image: quay.io/ansible/ansible-runner:latest
environment: environment:
- RUNNER_PLAYBOOK=ping.yml - RUNNER_PLAYBOOK=ping.yml
commands:
- ls
- env
when: when:
branch: master branch: master