From a7c3e29bb5433795f8167ad5acff5562c60de5d7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 26 Nov 2018 21:35:02 +0000 Subject: [PATCH] We need fedmsg/base on sundries master now. --- playbooks/groups/sundries.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index f77a901212..a2ad015df4 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -53,6 +53,8 @@ when: master_sundries_node - role: whatcanidoforfedora/build when: master_sundries_node + - role: fedmsg/base + when: master_sundries_node pre_tasks: - import_tasks: "{{ tasks_path }}/yumrepos.yml"