From 59cbb73597c8f1acaac36a3818a8462ec91dc5a3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 8 Mar 2016 12:47:43 -0800 Subject: [PATCH] actually python2-fedfind as we explicitly run it under python2 --- roles/openqa/server/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openqa/server/tasks/main.yml b/roles/openqa/server/tasks/main.yml index 50f9ab1a91..062b6a0eb8 100644 --- a/roles/openqa/server/tasks/main.yml +++ b/roles/openqa/server/tasks/main.yml @@ -77,7 +77,7 @@ - libguestfs-xfs - python2-pexpect - python-libguestfs - - python3-fedfind + - python2-fedfind tags: - packages