pipeline:
run-playbooks:
image: quay.io/ansible/ansible-runner:latest
environment:
- RUNNER_PLAYBOOK=ping.yml
when:
branch: master
event: push