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 83f80a8494 Let's start with printing out the message
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2018-08-16 17:22:03 +02:00

15 lines
239 B
YAML

---
- name: display the message
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}