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.stg.buildsys.build.state.change.yml
Pierre-Yves Chibon 129b872ded Activate the flag_build_commits role in stg
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2018-08-08 16:26:12 +02:00

14 lines
248 B
YAML

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