From c6cf093f0ec37236cff8aa478fb87d57dcf53ea1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 27 Jul 2015 20:11:45 +0000 Subject: [PATCH] Only run build jobs on primary sundries node. --- playbooks/groups/sundries.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 1d2e289e91..466e797667 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -53,9 +53,13 @@ - { role: openvpn/client, when: env != "staging" } - role: review-stats/build + when: master_sundries_node - role: zanata + when: master_sundries_node - role: fedora-web/build + when: master_sundries_node - role: fedora-docs/build + when: master_sundries_node tasks: - include: "{{ tasks }}/yumrepos.yml"