From d21bd9205b670730450cf8fb052e07646c83c5c6 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Sat, 11 Jul 2015 19:05:47 +0000 Subject: [PATCH] add fedora-web/build to sundries stg for testing Signed-off-by: Ricky Elrod --- playbooks/groups/sundries.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 842d680e48..cdef1fa717 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -55,6 +55,9 @@ - { role: review-stats/build , when: env == "staging" } + - { role: fedora-web/build + , when: env == "staging" + } tasks: - include: "{{ tasks }}/yumrepos.yml"