From bb8cf24e433244d65dca1a8cb74a7b1757b043bf Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Thu, 2 Feb 2017 10:31:46 +0000 Subject: [PATCH] Use fedmsg/base role in taskotron playbook --- playbooks/groups/taskotron.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/taskotron.yml b/playbooks/groups/taskotron.yml index 8c44ee8017..6a241ff228 100644 --- a/playbooks/groups/taskotron.yml +++ b/playbooks/groups/taskotron.yml @@ -27,6 +27,7 @@ - { role: openvpn/client, when: deployment_type == "prod", tags: ['openvpn_client'] } - apache + - { role: fedmsg/base } tasks: # this is how you include other task lists