From 633b5dc75de9b526c05c22854012e139f26c8b43 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 26 Jul 2019 01:02:21 +0000 Subject: [PATCH] fedmsg/irc: Fix logic problem Signed-off-by: Kevin Fenzi --- roles/fedmsg/irc/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/fedmsg/irc/tasks/main.yml b/roles/fedmsg/irc/tasks/main.yml index 926f9eec47..64e859a238 100644 --- a/roles/fedmsg/irc/tasks/main.yml +++ b/roles/fedmsg/irc/tasks/main.yml @@ -3,12 +3,12 @@ package: state: present name: - - packages + - python2-fedmsg-meta-fedora-infrastructure - fedmsg/irc - with_items: + - python-twisted-words + tags: - fedmsg-irc - - python2-fedmsg-meta-fedora-infrastructure - - python-twisted-words + - packages - name: ensure that nrpe has rights to monitor us file: >