Files
fedora-infra_ansible/roles/openshift/start-build/tasks/main.yml
2017-07-25 18:34:14 +00:00

4 lines
90 B
YAML

- name: Run `oc start-build`
shell: oc -n {{app}} start-build {{name}}
run_once: true