From e38d96a2f93835f6c9e7232ac8997835485385f4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 15 May 2018 17:13:53 +0000 Subject: [PATCH] fedmsg-irc needs python-twisted-words --- roles/fedmsg/irc/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/fedmsg/irc/tasks/main.yml b/roles/fedmsg/irc/tasks/main.yml index 9e0faed1e6..5d2e7d23a0 100644 --- a/roles/fedmsg/irc/tasks/main.yml +++ b/roles/fedmsg/irc/tasks/main.yml @@ -7,6 +7,7 @@ with_items: - fedmsg-irc - python2-fedmsg-meta-fedora-infrastructure + - python-twisted-words - name: ensure that nrpe has rights to monitor us file: > @@ -45,5 +46,3 @@ tags: - services - fedmsg/irc - -