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