nrec-ansible/.woodpecker.yml
Torjus Håkestad 385da1e264
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Remove debug commands
2022-01-10 22:19:48 +01:00

15 lines
237 B
YAML

workspace:
base: /runner
path: /
pipeline:
run-playbooks:
image: quay.io/ansible/ansible-runner:latest
environment:
- RUNNER_PLAYBOOK=ping.yml
secrets: [ssh_key]
when:
branch: master
event: push