From cc6dcde85fb85163c35bb0301570b012421387df Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 28 Jul 2015 02:48:38 +0000 Subject: [PATCH] Add new role to sundries playbook --- playbooks/groups/sundries.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 466e797667..24ab8be5b2 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -60,6 +60,8 @@ when: master_sundries_node - role: fedora-docs/build when: master_sundries_node + - role: membership-map/build + when: master_sundries_node tasks: - include: "{{ tasks }}/yumrepos.yml"