process CI messages as defined on https://pagure.io/fedora-ci/messages/blob/master/f/schemas
14 lines
230 B
YAML
14 lines
230 B
YAML
---
|
|
- name: ci.dist-git-pr.test.running
|
|
hosts: localhost
|
|
gather_facts: false
|
|
|
|
vars_files:
|
|
- "/srv/private/vars_loopabull.yml"
|
|
|
|
tasks:
|
|
- debug: var=msg
|
|
|
|
roles:
|
|
- {role: flag_ci_pr, msg: msg, state: "running"}
|
|
|