diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml index 7a118edbfa..57097ece60 100644 --- a/playbooks/manual/upgrade/fedimg.yml +++ b/playbooks/manual/upgrade/fedimg.yml @@ -20,6 +20,12 @@ - name: yum update fedimg packages from testing repo yum: name="python-fedimg" state=latest enablerepo=infrastructure-testing when: testing + - name: yum update libcloud from the main repo + yum: name="python-libcloud" state=latest + when: testing + - name: yum update libcloud from testing repo + yum: name="python-libcloud" state=latest enablerepo=infrastructure-testing + when: testing - name: verify the backend and restart it hosts: fedimg:fedimg-stg