resultsdb_api was renamed to python-resultsdb_api

This commit is contained in:
Martin Krizek 2016-07-13 12:12:04 +00:00
parent 63014c2224
commit 87f40b5247

View file

@ -4,7 +4,7 @@
with_items:
- PyYAML
- libtaskotron
- resultsdb_api
- python-resultsdb_api
when: deployment_type == 'local'
- name: ensure packages required for libtaskotron are installed (dnf)
@ -12,7 +12,7 @@
with_items:
- PyYAML
- libtaskotron
- resultsdb_api
- python-resultsdb_api
- testcloud
- selinux-policy-devel
when: deployment_type in ['dev', 'stg', 'prod']