python-resultsdb_api is requires of libtaskotron anyway

This commit is contained in:
Martin Krizek 2016-07-13 13:02:51 +00:00
parent e4cf0b3fd0
commit a62e07657f

View file

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