openqa_dispatcher and check-compose: package dep fixes

This commit is contained in:
Adam Williamson 2016-03-03 15:58:47 -08:00
parent 39c2840704
commit 95a286e23b
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -25,7 +25,7 @@
dnf: name={{ item }} state=present dnf: name={{ item }} state=present
with_items: with_items:
- fedfind - fedfind
- python-wikitcms - python2-wikitcms
- python-requests - python-requests
- python-setuptools - python-setuptools
- python-six - python-six