Add the atomic-composer role to the staging composer
This commit is contained in:
parent
9ee4e6fd91
commit
9f74abd316
1 changed files with 11 additions and 0 deletions
|
@ -82,3 +82,14 @@
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
|
|
||||||
|
- name: Install the fedmsg-atomic-composer
|
||||||
|
# Staging only, for now.
|
||||||
|
hosts: composers-stg
|
||||||
|
user: root
|
||||||
|
gather_facts: True
|
||||||
|
accelerate: "{{ accelerated }}"
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- atomic-composer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue