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.fedoraproject.prod.buildsys.build.state.change.yml
Pierre-Yves Chibon 608a871e96 Merge everything back into one task, otherwise the msg variable gets lost
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2018-08-16 17:30:06 +02:00

13 lines
220 B
YAML

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