check-compose: python2-fedmsg not python-fedmsg

godfuckingdamnit
This commit is contained in:
Adam Williamson 2016-03-03 16:01:49 -08:00
parent 95a286e23b
commit 98a13eec38

View file

@ -31,7 +31,7 @@
dnf: name={{ item }} state=present dnf: name={{ item }} state=present
with_items: with_items:
- fedfind - fedfind
- python-fedmsg - python2-fedmsg
- python-six - python-six
tags: tags:
- packages - packages