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