From e1582cdd56c5905c80ae5deaf1210f068eb54a2a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 11 Nov 2015 22:16:44 +0000 Subject: [PATCH] Drop duplicate when, should be handled by the first one. --- roles/taskotron/taskotron-client/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/taskotron/taskotron-client/tasks/main.yml b/roles/taskotron/taskotron-client/tasks/main.yml index 60094559a2..d242342536 100644 --- a/roles/taskotron/taskotron-client/tasks/main.yml +++ b/roles/taskotron/taskotron-client/tasks/main.yml @@ -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 }}