From 9f74abd316bbff7d9cc8ef89e5306f4144ed1dd3 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 30 Oct 2014 16:23:07 +0000 Subject: [PATCH] Add the atomic-composer role to the staging composer --- playbooks/groups/composers.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/playbooks/groups/composers.yml b/playbooks/groups/composers.yml index dfb69a08d8..ad9aa51083 100644 --- a/playbooks/groups/composers.yml +++ b/playbooks/groups/composers.yml @@ -82,3 +82,14 @@ handlers: - 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