Drop duplicate when, should be handled by the first one.

This commit is contained in:
Kevin Fenzi 2015-11-11 22:16:44 +00:00 committed by Adam Williamson
parent 76c2f6fd35
commit e1582cdd56

View file

@ -14,7 +14,6 @@
- PyYAML
- libtaskotron
- resultsdb_api
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
- name: ensure packages required for taskotron tasks are installed (yum)
yum: name={{ item }} state=latest enablerepo={{ extra_enablerepos }}