From c5a1e65085ec94759460d0135927799459729b70 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Fri, 16 Jun 2017 08:21:42 +0000 Subject: [PATCH] fedimg: explicitly install python2-libcloud Signed-off-by: Sayan Chowdhury --- playbooks/manual/upgrade/fedimg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml index 30f7af33e7..3f66bcbcd2 100644 --- a/playbooks/manual/upgrade/fedimg.yml +++ b/playbooks/manual/upgrade/fedimg.yml @@ -21,7 +21,7 @@ yum: name="python-fedimg" state=latest enablerepo=infrastructure-testing when: testing - name: yum update libcloud from testing repo - yum: name="python-libcloud" state=latest enablerepo=epel-testing + yum: name="python2-libcloud" state=latest enablerepo=epel-testing when: not testing - name: verify the backend and restart it