This repository has been archived on 2025-06-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
loopabull-tasks/playbooks/org.centos.prod.ci.pipeline.allpackages-pr.complete.yml
Pierre-Yves Chibon e90e9b0913 Add some missing metadata
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2018-08-16 17:24:36 +02:00

18 lines
281 B
YAML

---
- name: display the message
hosts: localhost
gather_facts: false
tasks:
- debug: var=msg
- name: buildsys.build.state.change
hosts: localhost
gather_facts: false
vars_files:
- "/srv/private/vars_loopabull.yml"
roles:
- {role: flag_ci_pr, msg: msg}