loopabull-tasks/playbooks/org.centos.stage.ci.dist-git-pr.test.complete.yml
Pierre-Yves Chibon b6a5393afe Add org.centos.stage.* playbook for staging
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-02-25 14:29:02 +01:00

14 lines
232 B
YAML

---
- name: ci.dist-git-pr.test.complete
hosts: localhost
gather_facts: false
vars_files:
- "/srv/private/vars_loopabull.yml"
tasks:
- debug: var=msg
roles:
- {role: flag_ci_pr, msg: msg, state: "complete"}